dispose method
override
Closes the connection to the device.
Implementation
@override
Future<void> dispose() async {
obstacles.clear();
}
Closes the connection to the device.
@override
Future<void> dispose() async {
obstacles.clear();
}