appNotificationBubble method

Future<bool?> appNotificationBubble()

通知气泡设置 Open Android settings in App Notification Bubble section. returns operation successful or failure.

Implementation

Future<bool?> appNotificationBubble() {
  return postMessage(
    action: 'android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS',
  );
}