getPlatformVersion method

Future<String> getPlatformVersion()

Implementation

Future<String> getPlatformVersion() async {
  return await _channel.invokeMethod<String>('$_name/getPlatformVersion') ??
      '';
}