creatingCompleter property

  1. @visibleForTesting
Completer<void> creatingCompleter
final

Completer to wait until the native player and its event stream are created.

Implementation

@visibleForTesting
final creatingCompleter = Completer<void>();