menu
push_restapi_dart package
documentation
push_restapi_dart.dart
Notification
Notification constructor
Notification constructor
dark_mode
light_mode
Notification
constructor
Notification
(
{
required
String
title
,
required
String
body
,
})
Implementation
Notification({ required this.title, required this.body, });
push_restapi_dart package
documentation
push_restapi_dart
Notification
Notification constructor
Notification class