closeOverlay method
Closes the overlay from inside the overlay isolate.
Implementation
Future<void> closeOverlay() {
throw UnimplementedError('closeOverlay() has not been implemented.');
}
Closes the overlay from inside the overlay isolate.
Future<void> closeOverlay() {
throw UnimplementedError('closeOverlay() has not been implemented.');
}