scheduleRelative abstract method
Schedules a callback to be executed after the specified duration.
Implementation
Disposable scheduleRelative(Duration duration, Callback0 callback);
Schedules a callback to be executed after the specified duration.
Disposable scheduleRelative(Duration duration, Callback0 callback);