showAlarmPage method

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

Opens the app notifications page

Implementation

@override
Future<void> showAlarmPage() async {
  await methodChannel.invokeMethod(CHANNEL_METHOD_SHOW_ALARM_PAGE);
}