Future<void> stopRealtimeTranscriber(String transcriberRobotId) async { await _channel.invokeMethod('stopRealtimeTranscriber', { 'transcriberRobotId': transcriberRobotId, }); }