Future setVoiceChangeType({required int type}) async { Map<String, dynamic> args = <String, dynamic>{'type': type}; await _channel.invokeMethod('setVoiceChangeType', args); }