BaseArchController class

Constructors

BaseArchController(LocalizationService _localizationService, RestApiClient _restApiClient, AppRoutesService _appRoutesService)

Properties

dio Dio
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeDefaultHeaders({required Map<String, dynamic> headers}) → void
setDefaultHeaders({required Map<String, dynamic>? headers}) → void
setLocalization({required List<Localization> localizationList}) → void
setProtectedRoutes({required bool isAuthenticated, required List<String> protectedRoutesList}) → void
setRestApiConfiguration({required RestApiConfiguration restApiConfiguration}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited