play method
Implementation
Future<void> play(SystemSoundID soundId) {
throw UnimplementedError(
'play() is iOS platform specific method which is not implemented',
);
}
Future<void> play(SystemSoundID soundId) {
throw UnimplementedError(
'play() is iOS platform specific method which is not implemented',
);
}