isPushEnabled static method

Future<bool?> isPushEnabled()

Implementation

static Future<bool?> isPushEnabled() async {
  return await _platform.invokeMethod(_IS_PUSH_ENABLED);
}