isSupport method
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();
}