getAllGroups method
This method is used to get All the groups.
Implementation
Future<void> getAllGroups(
[bool? server, Function(FlyResponse response)? callback]) {
throw UnimplementedError('has not been implemented.');
}
This method is used to get All the groups.
Future<void> getAllGroups(
[bool? server, Function(FlyResponse response)? callback]) {
throw UnimplementedError('has not been implemented.');
}