future property
The future that is completed by this completer.
The future that is completed when complete or completeError is called.
Implementation
@override
Future<T> get future => _delegate.future;
The future that is completed by this completer.
The future that is completed when complete or completeError is called.
@override
Future<T> get future => _delegate.future;