StaticTokenSource constructor
StaticTokenSource(
- String _value
Builds a source that always returns value.
Implementation
StaticTokenSource(this._value);
Builds a source that always returns value.
StaticTokenSource(this._value);