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