isSupport method

  1. @override
bool isSupport()
override

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

Implementation

@override
bool isSupport() {
  return true;
}