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