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