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