getNotificationCount abstract method

Future<Either<Failure, int>> getNotificationCount(
  1. Map<String, dynamic>? params
)

Implementation

Future<Either<Failure, int>> getNotificationCount(Map<String, dynamic>? params);