start method

Future<String?> start(
  1. String apyKey, [
  2. num? consentPreferenceValidityDays
])

Implementation

Future<String?> start(String apyKey, [num? consentPreferenceValidityDays]) {
  throw UnimplementedError('start() has not been implemented.');
}