disableSilenceDetection method
Disables native silence detection for the given flow.
Implementation
@override
Future<void> disableSilenceDetection({
required AudioDeviceFlow flow,
}) =>
throw UnimplementedError(
'disableSilenceDetection() has not been implemented.',
);