addSilent method

JetNotifications addSilent(
  1. bool silent
)

Add silent to the push notification

Implementation

JetNotifications addSilent(bool silent) {
  _silent = silent;
  return this;
}