complete method

void complete(
  1. Future<T?> toast
)

Implementation

void complete(Future<T?> toast) => _completer!.complete(toast);