isSupport method

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

Developers should not use this field directly Determin whether the device support HUAWEI Push

Implementation

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