getPlatformVersion method

Future<String?> getPlatformVersion()

Returns the host platform's version string (e.g. "Android 14"). Used as a smoke test that the channel is wired up.

Implementation

Future<String?> getPlatformVersion() {
  throw UnimplementedError('getPlatformVersion() has not been implemented.');
}