enableSound method

  1. @override
Future<void> enableSound(
  1. bool state
)
override

Implementation

@override
Future<void> enableSound(bool state) =>
    methodChannel.invokeMethod('Pulsar_enableSound', {'state': state});