stopRecording static method

  1. @SL_COMPATIBILITY_NAME("name=stopRecording;type=func")
Future<void> stopRecording()

Implementation

@SL_COMPATIBILITY_NAME("name=stopRecording;type=func")
static Future<void> stopRecording() async{
  await _channel. invokeMethod('stopRecording');
}