getPlatformApps method

Future<String?> getPlatformApps()

Implementation

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