Gaimon class

Constructors

Gaimon()

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

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

canSupportsHaptic Future<bool>
check if the device can vibrate or not
no setter

Static Methods

error() → void
generate an error impact vibration
heavy() → void
generate a heavy impact vibration
light() → void
generate a light impact vibration
medium() → void
generate a medium impact vibration
patternFromData(String data) → void
generate a custom pattern impact vibration
patternFromWaveForm(List<int> timings, List<int> amplitudes, bool repeat) → void
generate a custom pattern impact vibration from waveform (android only)
rigid() → void
generate a rigid impact vibration
selection() → void
generate a selection impact vibration
soft() → void
generate a soft impact vibration
success() → void
generate a success impact vibration
warning() → void
generate a warning impact vibration