appNotificationBubble method

Future<bool> appNotificationBubble()

Open Android settings in App Notification Bubble section. returns operation successful or failure.

Implementation

Future<bool> appNotificationBubble() {
  return sendCustomMessage(
    'android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS',
  );
}