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