@override Future<String?> getClientInboxId() async { final inboxId = await methodChannel.invokeMethod<String>('getClientInboxId'); return inboxId; }