systemEffectClick method
void
systemEffectClick()
Plays the system single-click effect haptic without awaiting the platform call.
Implementation
void systemEffectClick() => _presets.playSync('systemEffectClick');
Plays the system single-click effect haptic without awaiting the platform call.
void systemEffectClick() => _presets.playSync('systemEffectClick');