stopOverlayService method
Stops the overlay service.
Implementation
Future<void> stopOverlayService() {
throw UnimplementedError('stopOverlayService() has not been implemented.');
}
Stops the overlay service.
Future<void> stopOverlayService() {
throw UnimplementedError('stopOverlayService() has not been implemented.');
}