await Is Open
@ExperimentalCoroutinesApi
Wraps PlacesClient.isOpen in a suspending function with the given Place object.
Returns whether or not a place is open. If an error occurred, an ApiException will be thrown.
@ExperimentalCoroutinesApi
Wraps PlacesClient.isOpen in a suspending function with the given placeId.
Returns whether or not a place is open. If an error occurred, an ApiException will be thrown.