playSysSound method

Future<void> playSysSound(
  1. int soundId
)

Implementation

Future<void> playSysSound(int soundId) {
  throw UnimplementedError(
    'playSysSound(int soundId) has not been implemented.',
  );
}