SynchronousFuture<T> constructor
- T _value
Creates a synchronous future.
See also:
- Future.value for information about creating a regular Future that completes with a value.
Implementation
SynchronousFuture(this._value);
Creates a synchronous future.
See also:
SynchronousFuture(this._value);