getAllGroups method

Implementation

Future<List<NotificationChannelGroup>> getAllGroups() {
  throw UnimplementedError(
      'getNotificationChannelGroups() has not been implemented.');
}