interceptFileProtocol

abstract fun interceptFileProtocol(scheme: String, handler: (request: Request, callback: (filePath: String) -> Unit) -> Unit, completion: (error: Error) -> Unit = definedExternally)(source)