runInZone<R> method
Executes the callback
function within the current NgZone
.
This is expected to be provided by the current application.
Implementation
@override
R runInZone<R>(R Function() callback) => _ngZone.run(callback);
Executes the callback
function within the current NgZone
.
This is expected to be provided by the current application.
@override
R runInZone<R>(R Function() callback) => _ngZone.run(callback);