FlutterTiltPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterTiltPlatform
Implementers

Constructors

FlutterTiltPlatform()
Constructs a FlutterTiltPlatform.

Properties

gyroscopeStream Stream<GyroscopeEvent>
Returns a Stream of gyroscope events.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getGyroscope() Future<GyroscopeEvent?>
Returns a Future with the gyroscope event.
getPlatformVersion() Future<String?>
Returns a Future with the platform version.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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