outputFileURL method Null safety
The file URL of the file to which the receiver is currently recording incoming buffers.
Implementation
Future<Uri> outputFileURL() async {
return Uri.dataFromString(await _channel.$outputFileURL(this) as String);
}