UNPKG

@elemental-design/expo-notifications

Version:
9 lines 558 B
import { UnavailabilityError } from '@unimodules/core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; export default async function deleteNotificationChannelAsync(groupId) { if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) { throw new UnavailabilityError('Notifications', 'deleteNotificationChannelGroupAsync'); } return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId); } //# sourceMappingURL=deleteNotificationChannelGroupAsync.android.js.map