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