getChatList abstract method

Future<Either<List, dynamic>> getChatList({
  1. String? lastDocId,
})

Implementation

Future<Either<List<dynamic>,dynamic>> getChatList({String? lastDocId});