getSdkVersion method
Returns the version of underlying native platform SDK.
Implementation
Future getSdkVersion() {
return _channel.invokeMethod('getSdkVersion');
}
Returns the version of underlying native platform SDK.
Future getSdkVersion() {
return _channel.invokeMethod('getSdkVersion');
}