complete method
override
Completes a completer with this result.
Implementation
void complete(Completer<T> completer) {
completer.complete(value);
}
Completes a completer with this result.
void complete(Completer<T> completer) {
completer.complete(value);
}