setLicense abstract method

Future<void> setLicense(
  1. String license
)

Sets the Cobrowse license (available via the web dashboard).

Implementation

Future<void> setLicense(String license);