Play audio from the given path
Future<void> play({ required String path, double volume = 1.0, bool loop = false, }) { throw UnimplementedError('play() has not been implemented.'); }