Future<String> getSDKVersion() async { String result = await methodChannel.invokeMethod("getSDKVersion"); return result; }