play method

Future<void> play(
  1. SystemSoundID soundId
)

Implementation

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