removeAllBucketNotification method

Future<void> removeAllBucketNotification(
  1. dynamic bucket
)

Remove all bucket notification

Implementation

Future<void> removeAllBucketNotification(bucket) => setBucketNotification(
    bucket, NotificationConfiguration(null, null, null));