getPlatformVersion method

Future<String?> getPlatformVersion()
inherited

Returns the native platform version

Implementation

Future<String?> getPlatformVersion() {
  return FlutterEspBleProvPlatform.instance.getPlatformVersion();
}