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