FPlayer constructor

FPlayer()

Implementation

FPlayer()
    : _nativeSetup = Completer(),
      _value = const FValue.uninitialized(),
      super() {
  FLog.d("create new fplayer");
  _doNativeSetup();
}