getAuthorName static method

Future<String> getAuthorName()

Gets the author name for annotations. Returns the author name for annotations. Returns an empty string if the author name is not set.

Implementation

static Future<String> getAuthorName() async =>
    PspdfkitFlutterPlatform.instance.getAuthorName();