actionFeed method

dynamic actionFeed(
  1. double height
)

Implementation

actionFeed(double height) {
  _actions.add({'action': 'feed', 'height': height});
}