getWhiteboards function
Returns whiteboards related to particular chat dialog with id chatDialogId
.
Implementation
Future<List<CubeWhiteboard>> getWhiteboards(String chatDialogId) {
return GetWhiteboardsQuery(chatDialogId).perform();
}
Returns whiteboards related to particular chat dialog with id chatDialogId
.
Future<List<CubeWhiteboard>> getWhiteboards(String chatDialogId) {
return GetWhiteboardsQuery(chatDialogId).perform();
}