getFilePath method

String getFilePath()

Get landmark store path.

Returns

  • The landmark store path.

Throws

  • An exception if it fails.

Implementation

String getFilePath() {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'LandmarkStore',
    'getFilePath',
  );

  return resultString['result'];
}