init method
Developers should not use this field directly
Initialize Google FCM
Implementation
@override
Future<void> init(PushClickAction onClickNotificationFunction) async {
onClickNotification = onClickNotificationFunction;
await setupGoogleInteractedMessage();
return;
}