getClientInboxId method

Future<String?> getClientInboxId()

Implementation

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