doForeground method

Future<V2TimCallback> doForeground()

Implementation

Future<V2TimCallback> doForeground() async {
  return V2TimCallback.fromBool(false, "invoke error");
}