stopVoiceIntercom method

Future<Uint8List> stopVoiceIntercom()

Implementation

Future<Uint8List> stopVoiceIntercom() async {
  return await _channel.invokeMethod('stopVoiceIntercom');
}