CustomHapticsProPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • CustomHapticsProPlatform
Implementers

Constructors

CustomHapticsProPlatform()
Constructs a CustomHapticsProPlatform.

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

currentTime() Future<double?>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playPatternFromData(Uint8List patternData) Future<void>
playPatternFromJson(String patternJson) Future<void>
startEngine() Future<void>
stopEngine() Future<void>
supportsHaptics() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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