play method
Implementation
Future<void> play({
AndroidSound? android,
IosSound? ios,
String? fromAsset,
String? fromFile,
double? volume,
bool? looping,
bool? asAlarm,
}) {
throw UnimplementedError('play() has not been implemented.');
}