addUsesChronometer method

JetNotifications addUsesChronometer(
  1. bool usesChronometer
)

Add uses chronometer to the push notification

Implementation

JetNotifications addUsesChronometer(bool usesChronometer) {
  _usesChronometer = usesChronometer;
  return this;
}