stop method
Stops any haptic feedback currently playing.
Implementation
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}
Stops any haptic feedback currently playing.
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}