LoadMoreNotificationsUseCase typedef

LoadMoreNotificationsUseCase = Future<bool> Function(BuildContext context)

Use case for loading more of the logged-in user's notifications

Implementation

typedef LoadMoreNotificationsUseCase = Future<bool> Function(
  BuildContext context,
);