@override Future<void> passFCMPushToken(String token) async { _checkInitialization(); _moengagePlugin.passFCMPushToken(token); }