wobbleOnce method
Triggers a wobble haptic effect once using spins (Android only).
Implementation
Future<void> wobbleOnce() {
throw UnimplementedError('wobbleOnce() has not been implemented.');
}
Triggers a wobble haptic effect once using spins (Android only).
Future<void> wobbleOnce() {
throw UnimplementedError('wobbleOnce() has not been implemented.');
}