BaseArchController class
Constructors
- BaseArchController(LocalizationService _localizationService, RestApiClient _restApiClient, AppRoutesService _appRoutesService)
Properties
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