unblockApps method

Future<void> unblockApps(
  1. List<String> identifiers
)

Implementation

Future<void> unblockApps(List<String> identifiers) {
  throw UnimplementedError('unblockApps() has not been implemented.');
}