playSysSound method

Future<bool?> playSysSound(
  1. int soundId
)

Implementation

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