clearLocationPath method

void clearLocationPath()
inherited

Clear location path

Implementation

void clearLocationPath() =>
    _options.removeWhere((final option) => option is LocationPathOption);