getPassiveLocation method

Future<String?> getPassiveLocation()

Returns the last-known fix from the Passive provider.

Implementation

Future<String?> getPassiveLocation() =>
    throw UnimplementedError('getPassiveLocation() has not been implemented.');