fix stub methods

This commit is contained in:
Nick Fisher
2024-08-24 16:28:12 +08:00
parent 714c575409
commit 371bcb3706

View File

@@ -537,7 +537,7 @@ class ThermionViewerStub extends ThermionViewer {
} }
@override @override
Future setCameraFov(double degrees, double width, double height) { Future setCameraFov(double degrees, {bool horizontal=true}) {
// TODO: implement setCameraFov // TODO: implement setCameraFov
throw UnimplementedError(); throw UnimplementedError();
} }