wobbleOnce method

Future<void> wobbleOnce()

Triggers a wobble haptic effect once using spins (Android only).

Implementation

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