menu
nylo_support package
documentation
local_notifications/local_notifications.dart
PushNotification
PushNotification.new constructor
PushNotification.new constructor
dark_mode
light_mode
PushNotification
constructor
PushNotification
(
{
String
title
=
""
,
String
body
=
""
,
})
Implementation
PushNotification({
String
title =
""
,
String
body =
""
}) : _title = title, _body = body;
nylo_support package
documentation
local_notifications/local_notifications
PushNotification
PushNotification.new constructor
PushNotification class