play method
void
play()
Starts playback.
Throws UnimplementedError if not implemented by the platform.
Implementation
void play() {
throw UnimplementedError('play() has not been implemented.');
}
Starts playback.
Throws UnimplementedError if not implemented by the platform.
void play() {
throw UnimplementedError('play() has not been implemented.');
}