getPlatformVersion method

dynamic getPlatformVersion()

Implementation

getPlatformVersion() {
  return methodChannel.invokeMethod<String>('getPlatformVersion');
}