menu
push_restapi_dart package
documentation
push_restapi_dart.dart
NotificationChannel
NotificationChannel constructor
NotificationChannel constructor
dark_mode
light_mode
NotificationChannel
constructor
NotificationChannel
(
{
required
String
name
,
required
String
icon
,
required
String
url
,
})
Implementation
NotificationChannel({ required this.name, required this.icon, required this.url, });
push_restapi_dart package
documentation
push_restapi_dart
NotificationChannel
NotificationChannel constructor
NotificationChannel class