request method
Shows the system port chooser, if the platform has one.
Returns the chosen port, or null when the user cancels.
Implementation
@override
Future<DeviceHandle?> request(List<DeviceFilter> filters) async =>
throw const Unsupported(_message);