menu
thermion_dart package
documentation
thermion_dart.dart
ThermionViewerFFI
getCameras method
getCameras method
dark_mode
light_mode
getCameras
method
Iterable
<
Camera
>
getCameras
(
)
Implementation
Iterable<Camera> getCameras() sync* { for (final camera in _cameras) { yield camera; } }
thermion_dart package
documentation
thermion_dart
ThermionViewerFFI
getCameras method
ThermionViewerFFI class