lastException property
PlayerException?
get
lastException
The last player exception
Implementation
PlayerException? get lastException => _player.lastPlayerException;
The last player exception
PlayerException? get lastException => _player.lastPlayerException;