getLaunchNotificationStatus static method

void getLaunchNotificationStatus()

Implementation

static void getLaunchNotificationStatus() {
  jpush.getLaunchAppNotification().then((map) {
    MyLogUtil.d('flutter getLaunchAppNotification:$map');
  }).catchError((error) {
    MyLogUtil.e('getLaunchAppNotification error: $error');
  });
}