getInstalledApps method

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

Implementation

Future<Map<String, bool>> getInstalledApps() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}