dispose method
override
Closes the connection to the device.
Implementation
@override
Future<void> dispose() async => depthFrame = Uint16List.fromList([]);
Closes the connection to the device.
@override
Future<void> dispose() async => depthFrame = Uint16List.fromList([]);