setAction method

dynamic setAction(
  1. String action
)

Sets what action this intent is supposed to do

Possible values can be found in Action class

Implementation

setAction(String action) => this._action = action;