showPicker method
Shows the device picker.
Implementation
Future<void> showPicker() {
return _runPickerOperation(() => _api.showPicker());
}
Shows the device picker.
Future<void> showPicker() {
return _runPickerOperation(() => _api.showPicker());
}