updateBottomTextColor method

void updateBottomTextColor(
  1. String text
)

Updates bubble bottomTextColor

Implementation

void updateBottomTextColor(String text) => !_isOpen
    ? throw Exception('Bubble not running')
    : _platform.invokeMethod('updateBubbleBottomTextColor', text);