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