getPassiveLocation method

  1. @override
Future<String?> getPassiveLocation()
override

Returns the last-known fix from the Passive provider.

Implementation

@override
Future<String?> getPassiveLocation() async =>
    methodChannel.invokeMethod<String>('getPassiveLocation');