isGoogleServicesAvailable method

Future<bool> isGoogleServicesAvailable()

Implementation

Future<bool> isGoogleServicesAvailable() {
  throw UnimplementedError('isGoogleServicesAvailable() has not been implemented.');
}