actionPrintText method

dynamic actionPrintText(
  1. String text
)

Implementation

actionPrintText(String text) {
  _actions.add({'action': 'printText', 'text': text});
}