menu
jet_flutter_framework package
documentation
notifications/jet_notifications.dart
JetNotifications
addWhen method
addWhen method
dark_mode
light_mode
addWhen
method
JetNotifications
addWhen
(
int
when
)
Add when to the push notification
Implementation
JetNotifications addWhen(int when) { _when = when; return this; }
jet_flutter_framework package
documentation
notifications/jet_notifications
JetNotifications
addWhen method
JetNotifications class