@override Future<String?> getChannel() async { final res = await methodChannel.invokeMethod("getChannel"); return res; }