testOverlay method

Future<void> testOverlay()

Tests the overlay by showing a bubble for a few seconds.

Implementation

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