GoogleFirebaseFcmRegistrationV1Registration constructor
GoogleFirebaseFcmRegistrationV1Registration({
- String? name,
- String? token,
- GoogleFirebaseFcmRegistrationV1Web? web,
Implementation
GoogleFirebaseFcmRegistrationV1Registration({
this.name,
this.token,
this.web,
});