PlacesApi constructor

PlacesApi({
  1. bool debug = false,
  2. String? apiKey,
})

Implementation

PlacesApi({
  bool debug = false,
  String? apiKey,
}) : super(
        baseUri: Uri.https('maps.googleapis.com'),
        serviceName: 'NovaPlacesApi',
        debug: debug,
        apiKey: apiKey,
      );