setAuthorName abstract method

Future<void> setAuthorName(
  1. String name
)

Sets the annotation author/creator name.

Implementation

Future<void> setAuthorName(String name);