showAlarmPage method

  1. @override
Future<void> showAlarmPage()
override

Opens the app notifications page

Implementation

@override
Future<void> showAlarmPage() {
  return LocalNotificationsPlatform.instance.showAlarmPage();
}