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