Future<Place> getPlace(String placeId) async { return await CardinalSdkPlatformInterface.instance.apis.place.getPlace( _sdkId, placeId, ); }