menu
archethic_lib_dart package
documentation
archethic_lib_dart.dart
PushNotification
PushNotification const constructor
PushNotification const constructor
dark_mode
light_mode
PushNotification
constructor
const
PushNotification
(
{
String
?
title
,
String
?
body
,
})
Implementation
const factory PushNotification({ String? title, String? body, }) = _PushNotification;
archethic_lib_dart package
documentation
archethic_lib_dart
PushNotification
PushNotification const constructor
PushNotification class