doBackground method
- {required int unreadCount}
Implementation
Future<V2TimCallback> doBackground({
required int unreadCount,
}) async {
return V2TimCallback.fromBool(false, "invoke error");
}
Future<V2TimCallback> doBackground({
required int unreadCount,
}) async {
return V2TimCallback.fromBool(false, "invoke error");
}