showOverlay method

Future<void> showOverlay()

Implementation

Future<void> showOverlay() {
  _configureOverlay();
  return future;
}