stopRealtimeTranscriber method

Future<void> stopRealtimeTranscriber(
  1. String transcriberRobotId
)

Implementation

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