onClickIgnore method
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();
}