SuitController class

Constructors

SuitController(BuildContext context, WebViewController webController, String bridgeName, LoadPluginsFun onLoadPlugins)

Properties

bridgeName String
getter/setter pair
context BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onLoadPlugins LoadPluginsFun
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webController ↔ WebViewController
getter/setter pair

Methods

err(AppMessage msg, Map<String, String>? data) → void
getAppBuildContext() BuildContext
getTemplateDir() Future<Directory>
loadApp(ChildApp childApp) Future<void>
loadPlugins(List<PluginInterface> plugins) → void
loadUrl(String url, Map<String, String>? headers) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
success(AppMessage msg, Map<String, String>? data) → void
toString() String
A string representation of this object.
inherited

Operators

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