static Future<Map?> checkInstalledAppsForShare() async { final Map? apps = await _channel.invokeMethod('checkInstalledApps'); return apps; }