bounceOnce method

Future<void> bounceOnce()

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

Implementation

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