getInstalledApps method

Future<List<Map<String, String>>> getInstalledApps()

Implementation

Future<List<Map<String, String>>> getInstalledApps() {
  return FlutterAndroidLauncherPlatform.instance.getInstalledApps();
}