play method

void play()

Internal player methods Calls the internal player callbacks play

Implementation

/// Calls the internal player callbacks play
void play() => _playCallback?.call();