setDefaultAuthorName static method

Future<void> setDefaultAuthorName(
  1. String authorName
)

Sets the author name for annotations.

Implementation

static Future<void> setDefaultAuthorName(String authorName) async =>
    PspdfkitFlutterPlatform.instance.setDefaultAuthorName(authorName);