@override Future<bool> isViewerAnnotationDisabled() async { return await methodChannel .invokeMethod<bool>('isViewerAnnotationDisabled') .then<bool>((bool? value) => value ?? false); }