clear method
Implementation
Future<void> clear() async {
points.clear();
_previewReady = false;
await controller.clearNodes();
await controller.clearTracks();
_notify();
}
Future<void> clear() async {
points.clear();
_previewReady = false;
await controller.clearNodes();
await controller.clearTracks();
_notify();
}