interface LocationService {
    location: undefined | URI;
    drives(): Promise<URI[]>;
}

Implemented by

Properties

Methods

Properties

location: undefined | URI

Methods