onClickIgnore method

Future<void> onClickIgnore()

Triggers the ignore action when the "Ignore" button is clicked. This method invokes the corresponding platform-specific implementation for handling the update action.

Implementation

Future<void> onClickIgnore() async {
  return AppticsFlutterPlatform.instance.onClickIgnore();
}