status abstract method

Retrieves the status of the Nominatim service.

Returns a Future that completes with a StatusResponse object.

Implementation

Future<StatusResponse> status();