Skip to content

Commit 1ad7ff2

Browse files
committed
Add unimplemented service method
1 parent 989c504 commit 1ad7ff2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/src/components/gantry/service.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,10 @@ class GantryService extends GantryServiceBase {
7575
// TODO: implement getGeometries
7676
throw UnimplementedError();
7777
}
78+
79+
@override
80+
Future<GetKinematicsResponse> getKinematics(ServiceCall call, GetKinematicsRequest request) {
81+
// TODO: implement getKinematics
82+
throw UnimplementedError();
83+
}
7884
}

0 commit comments

Comments
 (0)