menu
nylo_support package
documentation
local_notifications/local_notifications.dart
PushNotification
PushNotification constructor
PushNotification 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 constructor
PushNotification class