options property

List<AppInfo> get options

The application options presented to the user when connecting. Returns an empty list on platforms that support app disambiguation natively.

The options are a subset of apps.

Implementation

List<AppInfo> get options => const [];