add missing setPostProcessing definitions
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user