getSdkVersion method

Future getSdkVersion()

Returns the version of underlying native platform SDK.

Implementation

Future getSdkVersion() {
  return _channel.invokeMethod('getSdkVersion');
}