Get All Groups
To fetch all the groups in which you are member of call the below method.
- Dart
- Response
caution
Need to call getAllGroups atlas once after user login so that the all the groups info will be fetched and saved in local DB else no group related data will be available.
Argument | Type | Description |
---|---|---|
GET_SERVER_DATA | bool | if true fetches data from the server else fetches data from local database |
flyCallback | FlyResponse | callback to observe the action status |