initSDK method

void initSDK(
  1. String customDomain
)

Implementation

void initSDK(String customDomain) {
  throw UnimplementedError('initSDK() has not been implemented.');
}