menu
jet_flutter_framework package
documentation
notifications/jet_notifications.dart
JetNotifications
JetNotifications.new constructor
JetNotifications.new constructor
dark_mode
light_mode
JetNotifications
constructor
JetNotifications
(
{
String
title
=
""
,
String
body
=
""
,
})
Implementation
JetNotifications({String title = "", String body = ""}) : _title = title, _body = body;
jet_flutter_framework package
documentation
notifications/jet_notifications
JetNotifications
JetNotifications.new constructor
JetNotifications class