unblock method

Future<void> unblock()

Allows screenshots and screen recordings.

Implementation

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