menu
velix_ui package
documentation
commands/command.dart
CommandInterceptor
call abstract method
call abstract method
dark_mode
light_mode
call
abstract method
Future
call
(
Invocation
invocation
,
FutureOr
next
()?
)
Implementation
Future<dynamic> call(Invocation invocation, FutureOr<dynamic> Function()? next);
velix_ui package
documentation
commands/command
CommandInterceptor
call abstract method
CommandInterceptor class