bounceOnce method

  1. @override
Future<void> bounceOnce()
override

Triggers a bounce haptic effect once using thuds (Android only).

Implementation

@override
Future<void> bounceOnce() async {
  await methodChannel.invokeMethod('bounceOnce');
}