bounce method

Future<void> bounce()

Triggers a bounce haptic effect using thuds (Android only).

Implementation

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