inboxIdFromAddress method

Future<String> inboxIdFromAddress(
  1. String address
)

Implementation

Future<String> inboxIdFromAddress(String address) {
  throw UnimplementedError('inboxIdFromAddress() has not been implemented.');
}