StonlyFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • StonlyFlutterPluginPlatform
Implementers

Constructors

StonlyFlutterPluginPlatform()
Constructs a StonlyFlutterPluginPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setWidgetId(String widgetId) Future<void>
toString() String
A string representation of this object.
inherited
updateRoute(String route) Future<void>
updateStructure(String structure) Future<void>

Operators

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

Static Properties

instance StonlyFlutterPluginPlatform
The default instance of StonlyFlutterPluginPlatform to use.
getter/setter pair