getAllGroups method

Future<void> getAllGroups([
  1. bool? server,
  2. dynamic callback(
    1. FlyResponse response
    )?
])

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.');
}