LinuxWebViewPlugin class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
Static Properties
channel
→ Future <MethodChannel >
An internal property that users should not use. The exported MethodChannel
that is resolved when the plugin is initialized.
no setter
Static Methods
initialize ({Map <String , String ? > ? options })
→ Future <void >
Initializes the plugin. This method must be called before the first
WebView creation.
terminate ()
→ Future <void >
Terminates the plugin. In Flutter 3.10 or later, this method must be
called before the application exits. Prior to Flutter 3.10, this method
does not need to be called. because the plugin automatically exits.
flutter_linux_webview 0.1.3