stopBubble method

Future<bool> stopBubble()

Stop the bubble.

Returns true if the bubble is stopped successfully, false otherwise.

If the bubble is not running, this method will return false.

Implementation

Future<bool> stopBubble() {
  return DashBubblePlatform.instance.stopBubble();
}