getPlatformVersion method

Future<String?> getPlatformVersion()

Implementation

Future<String?> getPlatformVersion() async {
  _ensureAndroid();
  _ensureInitialized();
  return TinyUpgraderPlatform.instance.getPlatformVersion();
}