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