@override Future<String?> appTask(map) async { final res = await methodChannel.invokeMethod<String>('appTask',map); return res; }