Initial commit
This commit is contained in:
@@ -17,7 +17,7 @@ class NotificationController extends GetxController {
|
||||
// Displays a notification with the given title and message
|
||||
void showNotification(String title, String message, String tone) async {
|
||||
AndroidNotificationDetails android = AndroidNotificationDetails(
|
||||
'your channel id', 'your channel name',
|
||||
'high_importance_channel', 'High Importance Notifications',
|
||||
importance: Importance.max,
|
||||
priority: Priority.high,
|
||||
showWhen: false,
|
||||
|
||||
Reference in New Issue
Block a user