removeDeviceTokenApiEndpoint property
Uri Function(PushTokenRegisterInfo info, Map<String, dynamic> ? params)
removeDeviceTokenApiEndpoint
final
Provides an endpoint to be used when trying to remove device push token
params can be customized via custom FirePushNotificationsBloc or FirePushNotificationsProvider(config)
Implementation
final Uri Function(PushTokenRegisterInfo info, Map<String, dynamic>? params) removeDeviceTokenApiEndpoint;