playIosSystemSoundByID method

FutureOr<void> playIosSystemSoundByID(
  1. int id
)

Implementation

FutureOr<void> playIosSystemSoundByID(int id) {
  throw UnimplementedError(
      'playIosSystemSoundByID is iOS platform specific method which is not implemented');
}