menu
flutter_star_prnt package
documentation
flutter_star_prnt.dart
PrintCommands
getCommands method
getCommands method
dark_mode
light_mode
getCommands
method
List
<
Map
<
String
,
dynamic
>
>
getCommands
(
)
get current list of commands
Implementation
List<Map<String, dynamic>> getCommands() { return _commands; }
flutter_star_prnt package
documentation
flutter_star_prnt
PrintCommands
getCommands method
PrintCommands class