getPlatformVersion static method

Future<String?> getPlatformVersion()

Legacy method for plugin compatibility

Implementation

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