showSyncCompletedNotification method
Mostra notificação de sincronização concluída
Implementation
Future<void> showSyncCompletedNotification() async {
await showNotification(
title: 'Sincronização',
message: 'Sincronização concluída com sucesso',
channelId: 'sync_status',
);
}