landmarkStoreId property

int get landmarkStoreId

Get the landmark store id

Returns

Throws

  • An exception if it fails

Implementation

int get landmarkStoreId {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'LandmarkBrowseSession',
    'getLandmarkStoreId',
  );

  return resultString['result'];
}