BubbleOverlay constructor

BubbleOverlay()

Implementation

BubbleOverlay() {
  if (!Platform.isAndroid)
    throw PlatformException(
        code: 'Bubble overlay only available for Android');
}