conversationTopicFromAddress method

Future<String?> conversationTopicFromAddress(
  1. String peerAddress
)

Implementation

Future<String?> conversationTopicFromAddress(String peerAddress) {
  throw UnimplementedError('conversationTopicFromAddress() has not been implemented.');
}