GooglePlayServicesAvailability.byValue constructor

GooglePlayServicesAvailability.byValue(
  1. int value
)

Returns the value of the status as a string of the given status integer

Implementation

factory GooglePlayServicesAvailability.byValue(int value) => values[value];