setAllowHapticsAndSystemSoundsDuringRecording method

Future<void> setAllowHapticsAndSystemSoundsDuringRecording(
  1. bool allow
)

(UNTESTED)

Implementation

Future<void> setAllowHapticsAndSystemSoundsDuringRecording(bool allow) =>
    _channel.invokeMethod(
        "setAllowHapticsAndSystemSoundsDuringRecording", [allow]);