addUsesChronometer method
Add uses chronometer to the push notification
Implementation
PushNotification addUsesChronometer(bool usesChronometer) {
_usesChronometer = usesChronometer;
return this;
}
Add uses chronometer to the push notification
PushNotification addUsesChronometer(bool usesChronometer) {
_usesChronometer = usesChronometer;
return this;
}