menu
clean_framework package
documentation
clean_framework_legacy.dart
GatewayProvider<G extends Gateway<DomainModel, Request, SuccessResponse, SuccessDomainInput>>
overrideWith method
overrideWith method
dark_mode
light_mode
overrideWith
method
@
override
Override
overrideWith
(
G
gateway
)
Implementation
@override Override overrideWith(G gateway) => _provider.overrideWithValue(gateway);
clean_framework package
documentation
clean_framework_legacy
GatewayProvider<G extends Gateway<DomainModel, Request, SuccessResponse, SuccessDomainInput>>
overrideWith method
GatewayProvider class