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