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