checkPushIsAuth static method

Future<bool> checkPushIsAuth()

Implementation

static Future<bool> checkPushIsAuth() async {
  return jpush.isNotificationEnabled();
}