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