getGpsLocation method

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

Returns the last-known fix from the GPS provider.

Implementation

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