play method

Future<void> play([
  1. int delay = 0
])

Plays a single run of the given file, with a given volume.

Implementation

Future<void> play([int delay = 0]) async{
		throw('Currently Not Implimented! Please Use "VideoAudio, FlutterAudio, or AudioLatency".');
}