menu
swift_flutter package
documentation
store/middleware.dart
Middleware
before method
before method
dark_mode
light_mode
before
method
Future
<
Action
?
>
before
(
Action
action
)
Called before action execution
Implementation
Future<Action?> before(Action action) async => action;
swift_flutter package
documentation
store/middleware
Middleware
before method
Middleware class