getClientInboxId method

  1. @override
Future<String?> getClientInboxId()
override

Implementation

@override
Future<String?> getClientInboxId() async {
  await _ensureInitialized();
  return rust_client.getClientInboxId();
}