@override Future<bool> canMessage(String address) async { await _ensureInitialized(); return rust_conversations.canMessage(address: address); }