initialize method

Future<void> initialize(
  1. String productKey
)

Implementation

Future<void> initialize(String productKey) {
  throw UnimplementedError('initialize() has not been implemented.');
}