AndroidLoadFileParams class base

Object specifying parameters for loading a local file in a AndroidWebViewController.

Annotations

Constructors

AndroidLoadFileParams({required String absoluteFilePath, Map<String, String> headers = const <String, String>{}})
Constructs a AndroidLoadFileParams, the subclass of a LoadFileParams.
AndroidLoadFileParams.fromLoadFileParams(LoadFileParams params, {Map<String, String> headers = const <String, String>{}})
Constructs a AndroidLoadFileParams using a LoadFileParams.
factory

Properties

absoluteFilePath String
The path to the local HTML file to be loaded.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
Additional HTTP headers to be included when loading the local file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited