getInternalAreas method
Get the internal areas from the server
Implementation
Future<List<InternalArea>> getInternalAreas(int regionalAreaId) =>
_apiClient.getInternalAreas(regionalAreaId).catchError((error) {
_crashlytics?.recordError(error, StackTrace.current);
throw error;
});