creatingCompleter property
Completer to wait until the native player and its event stream are created.
Implementation
@visibleForTesting
final creatingCompleter = Completer<void>();
Completer to wait until the native player and its event stream are created.
@visibleForTesting
final creatingCompleter = Completer<void>();