isPresent function

Future<bool> isPresent()

Returns true if there is a geocoder implementation present that may return results. If true, there is still no guarantee that any individual geocoding attempt will succeed.

This method is only implemented on Android, calling this on iOS always returns true.

Implementation

Future<bool> isPresent() => GeocodingPlatform.instance!.isPresent();