clientSupportsUri property

bool clientSupportsUri

Whether the current client supports URIs in place of file paths, including file-like URIs that are not the 'file' scheme (such as 'dart-macro+file').

Implementation

bool get clientSupportsUri => _initializeArgs?.supportsDartUris ?? false;