add missing setPostProcessing definitions

This commit is contained in:
Nick Fisher
2023-10-10 18:10:14 +11:00
parent d45c211ad8
commit 135465755d
2 changed files with 5 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ class FilamentControllerMethodChannel extends FilamentController {
});
}
Future setPostProcessing(bool enabled) async {
throw Exception();
}
Future setRendering(bool render) async {
if (_viewer == null || _resizing) {
throw Exception("No viewer available, ignoring");