GooglePlayServicesAvailability.private constructor

  1. @visibleForTesting
const GooglePlayServicesAvailability.private(
  1. int value
)

Creates an instance of the GooglePlayServicesAvailability class. This constructor is exposed for testing purposes only and should not be used by clients of the plugin as it may break or change at any time.

Implementation

@visibleForTesting
const GooglePlayServicesAvailability.private(this.value);