@override Future<String?> getPlatformApps() async { final version = await methodChannel.invokeMethod<String>('getAppslist'); return version; }