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