future property
The Future to wait for _create
completion.
This is used to prevent signaling completer (from PlatformPlayer) before _create
completes in any hypothetical situation (because idle-active
may fire before it).
Implementation
Future<void>? future;