showProgressNotification abstract method
Mostrar notificação de progresso
Implementation
Future<void> showProgressNotification({
required String title,
required String message,
required int progress,
required int maxProgress,
int? notificationId,
});