Remove all bucket notification
Future<void> removeAllBucketNotification(String bucket) async { await setBucketNotification( bucket, NotificationConfiguration(null, null, null), ); }