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