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