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