flutter_shake_plugin
flutter_shake_plugin
FlutterShakePlugin
stopListening method
stopListening
flutter_shake_plugin
flutter_shake_plugin
FlutterShakePlugin
stopListening method
FlutterShakePlugin class
Constructors
FlutterShakePlugin
Properties
onPhoneShaken
shakeThresholdGravity
shakeTimeMS
shouldVibrate
streamSubscription
vibrateDuration
hashCode
runtimeType
Methods
startListening
stopListening
noSuchMethod
toString
Operators
operator ==
stopListening method
void
stopListening
(
)
Stops listening to accelerometer events
Implementation
void stopListening() { streamSubscription?.cancel(); }