getManagedTimer method
Creates a Timer instance that will be cancelled if active upon disposal.
Implementation
@override
Timer getManagedTimer(Duration duration, void Function() callback) =>
_getDisposableProxy().getManagedTimer(duration, callback);