stopRecordWithFile static method

Future<bool> stopRecordWithFile()

停止录像

Implementation

static Future<bool> stopRecordWithFile() async {
  return await _channel.invokeMethod('stop_record');
}