AsyncUpdateScheduler constructor

AsyncUpdateScheduler([
  1. OnUpdateCallback? _updateCallback
])

Creates a new scheduler, optionally with a callback.

Implementation

AsyncUpdateScheduler([this._updateCallback]);