getGpsLocation method

Future<String?> getGpsLocation()

Returns the last-known fix from the GPS provider.

Implementation

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