getNetworkLocation method

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

Returns the last-known fix from the Network provider.

Implementation

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