getConversations abstract method

Future<List<Meeting>> getConversations({
  1. int status = 2,
  2. int limit = 10,
  3. required int skip,
})

Implementation

Future<List<Meeting>> getConversations({
  int status = 2,
  int limit = 10,
  required int skip,
});