showNotification abstract method
Mostrar notificação simples
Implementation
Future<void> showNotification({
required String title,
required String message,
String? channelId,
int? notificationId,
});
Mostrar notificação simples
Future<void> showNotification({
required String title,
required String message,
String? channelId,
int? notificationId,
});