verifyPlatformApps method

Future<String?> verifyPlatformApps(
  1. String? appList
)

Implementation

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