start method

TickerFuture start({
  1. double? from,
})

alias of forward

Implementation

TickerFuture start({double? from}) {
  return forward(from: from);
}