flattenAnnotations method
Flattens the forms and (optionally) annotations in the current document.
Implementation
Future<void> flattenAnnotations(bool formsOnly) {
return _channel.invokeMethod(Functions.flattenAnnotations,
<String, dynamic>{Parameters.formsOnly: formsOnly});
}