menu
thermion_dart package
documentation
thermion_dart.dart
ThermionViewerFFI
destroyCamera method
destroyCamera method
dark_mode
light_mode
destroyCamera
method
Future
destroyCamera
(
covariant
FFICamera
camera
)
override
Implementation
Future destroyCamera(FFICamera camera) async { await camera.destroy(); _cameras.remove(camera); }
thermion_dart package
documentation
thermion_dart
ThermionViewerFFI
destroyCamera method
ThermionViewerFFI class