openVoiceIntercom method
Implementation
Future openVoiceIntercom({required int mode, required String iotId}) async {
Map<String, dynamic> args = <String, dynamic>{'mode': mode, 'iotId' : iotId};
await _channel.invokeMethod('openVoiceIntercom', args);
}