blockAll method

Future<void> blockAll()

Implementation

Future<void> blockAll() {
  throw UnimplementedError('blockAll() has not been implemented.');
}