Returns the last-known fix from the GPS provider.
@override Future<String?> getGpsLocation() async => methodChannel.invokeMethod<String>('getGpsLocation');