getPlatformVersion method

Future<String?> getPlatformVersion()

Returns the platform version string.

Implementation

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