menu
webview_suit package
documentation
interface/plugin_interface.dart
PluginInterface
register method
register method
dark_mode
light_mode
register
method
void
register
(
String
name
,
bool
hasUI
)
Implementation
void register(String name, bool hasUI) { this.name = name; this.hasUI = hasUI; }
webview_suit package
documentation
interface/plugin_interface
PluginInterface
register method
PluginInterface class