enableSound method

Future<void> enableSound(
  1. bool state
)

Implementation

Future<void> enableSound(bool state) =>
    throw UnimplementedError('enableSound() not implemented');