onStart method

dynamic onStart(
  1. Function fn
)

Implementation

onStart(Function fn) {
  _onStart = fn;
}