getIslandGroups method
Get the island groups from the server
Implementation
Future<List<IslandGroup>> getIslandGroups() =>
_apiClient.getIslandGroups().catchError((error) {
_crashlytics?.recordError(error, StackTrace.current);
throw error;
});