devices method

  1. @override
Future<List<DeviceHandle>> devices()
override

UVC cameras currently attached (Android) or available (web).

Implementation

@override
Future<List<DeviceHandle>> devices() async => const [];