isSupport method

  1. @override
Future<bool> isSupport()
override

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

Implementation

@override
Future<bool> isSupport() async {
  return true;
}