getAllGroups static method

Implementation

static Future<List<NotificationChannelGroup>> getAllGroups() {
  return NotificationChannelManagerPlatform.instance.getAllGroups();
}