getAppsInstalled method

Future<String?> getAppsInstalled()

Implementation

Future<String?> getAppsInstalled() {
  throw UnimplementedError('getAppsInstalled() has not been implemented.');
}