WiatagKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • WiatagKitPlatform
Implementers

Constructors

WiatagKitPlatform()
Constructs a WiatagKitPlatform.

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

addListener(void listener(WiatagCommand)) → void
getServer() Future<WiatagServer?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage(WiatagMessage message) Future<bool?>
sendSos([WiatagMessage? message]) Future<bool?>
sendText(String text, [WiatagMessage? message]) Future<bool?>
setServer(WiatagServer server) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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