stopSysSound method

Future<bool?> stopSysSound()

Implementation

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