GlyphInterfaceSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GlyphInterfaceSdkPlatform
Implementers

Constructors

GlyphInterfaceSdkPlatform()
Constructs a GlyphInterfaceSdkPlatform.

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

animate({required String id}) Future<void>
build({required String id}) Future<void>
builder() Future<String>
channel({required String id, required int channel}) Future<void>
getPlatform() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCycles({required String id, required int cycles}) Future<void>
setInterval({required String id, required int interval}) Future<void>
setPeriod({required String id, required int period}) Future<void>
toggle({required String id}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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