menu
psdk_frame_father package
documentation
father/psdk.dart
PSDK<_Self extends PSDK<_Self>>
push method
push method
dark_mode
light_mode
push
method
_Self
push
(
Arg
command
)
Implementation
_Self push(Arg<dynamic> command) { commander().pushArg(command); return this as _Self; }
psdk_frame_father package
documentation
father/psdk
PSDK<_Self extends PSDK<_Self>>
push method
PSDK class