setup method

Future<bool> setup(
  1. String licenseKey
)

Implementation

Future<bool> setup(String licenseKey) {
  throw UnimplementedError('setup() has not been implemented.');
}