doBackground method

Future<V2TimCallback> doBackground({
  1. required int unreadCount,
})

Implementation

Future<V2TimCallback> doBackground({
  required int unreadCount,
}) async {
  throw UnimplementedError(
    'doBackground has not been implemented.',
  );
}