doForeground method

Future<V2TimCallback> doForeground()

Implementation

Future<V2TimCallback> doForeground() async {
  throw UnimplementedError(
    'doForeground has not been implemented.',
  );
}