upsertGroup method

Future<NotificationChannelGroup> upsertGroup(
  1. NotificationChannelGroup notificationChannelGroup
)

Implementation

Future<NotificationChannelGroup> upsertGroup(
    NotificationChannelGroup notificationChannelGroup) {
  throw UnimplementedError(
      'upsertGroup() has not been implemented.');
}