spring method

Future<void> spring()

Triggers a spring haptic effect using envelope (Android only, API 36+).

Implementation

Future<void> spring() {
  throw UnimplementedError('spring() has not been implemented.');
}