checkInstalledAppsForShare static method

Future<Map?> checkInstalledAppsForShare()

Implementation

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