Delete notification
Future<void> deleteNotification({ required String notificationId, }) async { await _platform.deleteNotification(notificationId: notificationId); }