menu
sghi_core package
documentation
app_wrapper/device_capabilities.dart
DeviceCapability
getCameras<T extends ICamera> abstract method
getCameras<T extends ICamera> abstract method
dark_mode
light_mode
getCameras<
T extends ICamera
>
abstract method
Future
<
List
<
CameraDescription
>
>
getCameras
<
T extends ICamera
>(
T
wrapper
)
Implementation
Future<List<CameraDescription>> getCameras<T extends ICamera>(T wrapper);
sghi_core package
documentation
app_wrapper/device_capabilities
DeviceCapability
getCameras<T extends ICamera> abstract method
DeviceCapability mixin