Unhandled Exception: MissingPluginException(No implementation found for method isBubbleOpen on channel com.adriankohls/bubble_overlay
Closed this issue · 1 comments
duck-dev-go commented
I get the following error from line 63 of bubble_overlay.dart. Do you know why this is happening?
E/flutter (31666): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method isBubbleOpen on channel com.adriankohls/bubble_overlay)
E/flutter (31666): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:154)
E/flutter (31666): <asynchronous suspension>
E/flutter (31666): #1 BubbleOverlay.openBubble.<anonymous closure> (package:bubble_overlay/bubble_overlay.dart:63)
E/flutter (31666): <asynchronous suspension>
E/flutter (31666):
This is the line
_isOpen = await _platform.invokeMethod('isBubbleOpen') ?? false;
KohlsAdrian commented
Closing as fixed with this commit