openPublication method

Future<Publication> openPublication(
  1. String pubUrl
)

Opens a publication from a URL and prepares it for reading or playback. If the URL has not already been loaded, it will implicitly do this.

Implementation

Future<Publication> openPublication(String pubUrl) =>
    throw UnimplementedError(
      'openPublication(pubUrl) has not been implemented.',
    );