isSupport method

  1. @override
bool isSupport()
override

Developers should not use this field directly Determine whether the device supports Apple APNS push

Implementation

@override
bool isSupport() {
  return true;
}