startRecording static method

Future<void> startRecording()

RECORDING Starts recording

Implementation

/// Starts recording
static Future<void> startRecording() async {
  await _channel.invokeMethod('startRecording');
}