createTimer method - ZoneDelegate class - dart:async library (original) (raw)

description

createTimer abstract method

Timer createTimer(

  1. Zone zone,
  2. Duration duration,
  3. void f() )

Implementation

Timer createTimer(Zone zone, Duration duration, void f());