play method
Play the media source
Implementation
Future<void> play() {
throw UnimplementedError('play() has not been implemented.');
}
Play the media source
Future<void> play() {
throw UnimplementedError('play() has not been implemented.');
}