options property

  1. @override
List<AppInfo> get options
override

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

@override
List<AppInfo> get options => apps;