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