setPlaySound method

Future<void> setPlaySound(
  1. bool value
)

Implementation

Future<void> setPlaySound(bool value) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}