getMessagesFrom

abstract fun getMessagesFrom(contact: String): Flow<List<PacketEntity>>(source)
abstract fun getMessagesFrom(contact: String, limit: Int): Flow<List<PacketEntity>>(source)
abstract fun getMessagesFrom(contact: String, includeFiltered: Boolean): Flow<List<PacketEntity>>(source)