getChat abstract method

Future<Either> getChat({
  1. required int sellerId,
})

Implementation

Future<Either<dynamic,dynamic>> getChat({required int sellerId});