initHuaweiNotificationListener method

Future<void> initHuaweiNotificationListener()

Developers should not use this field directly Initialize HUAWEI notification listener

Implementation

Future<void> initHuaweiNotificationListener() async {
  Push.onNotificationOpenedApp.listen(_onHaweiNotificationOpenedApp);
  return;
}