allowHapticsAndSystemSoundsDuringRecording property

Future<bool> allowHapticsAndSystemSoundsDuringRecording

(UNTESTED)

Implementation

Future<bool> get allowHapticsAndSystemSoundsDuringRecording async =>
    (await _channel.invokeMethod<bool>(
        'getAllowHapticsAndSystemSoundsDuringRecording'))!;