doForeground method

Future<V2TimCallback> doForeground()
inherited

Implementation

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