The τ Player API
stopPlayer()
stopPlayer()
stopPlayer()
await myPlayer.stopPlayer();
if (_playerSubscription != null)
{
_playerSubscription.cancel();
_playerSubscription = null;
}
Lorem ipsum ...Last updated
Was this helpful?