getGroup method

Future<NotificationChannelGroup?> getGroup(
  1. String groupId
)

Implementation

Future<NotificationChannelGroup?> getGroup(String groupId) {
  throw UnimplementedError(
      'getNotificationChannelGroup() has not been implemented.');
}