RefreshNotificationsUseCase typedef
Use case for refreshing currently logged-in user's notifications
Implementation
typedef RefreshNotificationsUseCase = Future<void> Function(
BuildContext context,
);
Use case for refreshing currently logged-in user's notifications
typedef RefreshNotificationsUseCase = Future<void> Function(
BuildContext context,
);