closeOverlay method

Future<void> closeOverlay()
inherited

Closes the overlay from inside the overlay isolate.

Implementation

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