Future<void> deleteNotification(String id) async { await dio.delete<dynamic>(endpoints.notificationById(id)); }