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