isSupport method

  1. @override
bool isSupport()
override

Developers should not use this field directly Determin whether the device support Google Service and Google FCM

Implementation

@override
bool isSupport() {
  googleFCMMessaging.setAutoInitEnabled(true);
  return googleFCMMessaging.isSupported();
}