Gets the SDK version.
This method invokes the getSdkVersion method on the native platform.
getSdkVersion
@override Future<String> getSdkVersion() async { return await methodChannel.invokeMethod('getSdkVersion'); }