getPins method
Implementation
@override
Future<ChatResult<List<MessagePin>>> getPins(String roomId) async {
return ChatSuccess(_pins[roomId] ?? const []);
}
@override
Future<ChatResult<List<MessagePin>>> getPins(String roomId) async {
return ChatSuccess(_pins[roomId] ?? const []);
}