@override Future<String?> getAppChannel() async { final version = await methodChannel.invokeMethod<String>('getAppChannel'); return version; }