getLocationInfo method

Future<String?> getLocationInfo()

Implementation

Future<String?> getLocationInfo() {
  throw UnimplementedError('getLocationInfo() has not been implemented.');
}