menu
send2app package
documentation
notification_helper.dart
NotificationHelper
showRichCard method
showRichCard method
dark_mode
light_mode
showRichCard
method
Future
<
void
>
showRichCard
(
String
msg
,
String
msgId
)
Implementation
Future<void> showRichCard(String msg, String msgId) async { return _showRichCard(msg, msgId); }
send2app package
documentation
notification_helper
NotificationHelper
showRichCard method
NotificationHelper class