VuzixFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • VuzixFlutterPluginPlatform
Implementers

Constructors

VuzixFlutterPluginPlatform()
Constructs a VuzixFlutterPluginPlatform.

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

checkVuzixStatus() Future<String?>
clearCanvas() Future<String?>
getPlatformVersion() Future<String?>
initScrollLayout(String text) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scrollDown() Future<String?>
sendImage(String imageUrl) Future<String?>
sendImageWithText(String imageUrl, String text) Future<String?>
sendNotification(String message) Future<String?>
sendText(String text) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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