openPath method
Implementation
void openPath(String path) {
getViewByPath(path)
.then(_showView)
.catchError((error, stackTrace) => showFatalError(error));
}
void openPath(String path) {
getViewByPath(path)
.then(_showView)
.catchError((error, stackTrace) => showFatalError(error));
}