menu
materialx_flutter package
documentation
utils/push_notification.dart
PushNotification
getNotifJson method
getNotifJson method
dark_mode
light_mode
getNotifJson
method
String
getNotifJson
(
Notif
obj
)
Implementation
String getNotifJson(Notif obj){ String json = jsonEncode(obj); return json; }
materialx_flutter package
documentation
utils/push_notification
PushNotification
getNotifJson method
PushNotification class