initSDK method

Future<bool> initSDK(
  1. String licenseKey
)

Implementation

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