menu
fconfigproxy package
documentation
utils/fun.dart
Also<T>
also method
also method
dark_mode
light_mode
also
method
T
also
(
void
block
(
T
)
)
Implementation
T also(void Function(T) block) { block(this); return this; }
fconfigproxy package
documentation
utils/fun
Also<T>
also method
Also extension on T