areBubblesEnabled method

  1. @override
Future<bool> areBubblesEnabled()
override

Implementation

@override
Future<bool> areBubblesEnabled() async {
  return await methodChannel.invokeMethod<bool>('areBubblesEnabled') ??
      false;
}