onClickNonSupportAlert method

Future<void> onClickNonSupportAlert()

Executes the necessary actions when the "Non-Supported OS" alert is clicked. This method calls the appropriate platform-specific implementation to handle the Non-Supported OS alert action.

Implementation

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