AbrevvaCodingStationPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AbrevvaCodingStationPlatform
Implementers

Constructors

AbrevvaCodingStationPlatform.new()
Constructs a FlutterPluginPlatform.

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

connect() Future<void>
disconnect() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String url, String clientId, String username, String password) Future<void>
toString() String
A string representation of this object.
inherited
write() Future<void>

Operators

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

Static Properties

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