clientSecret property

String get clientSecret

Implementation

static String get clientSecret =>
    _clientSecret ??
    (throw PowerMapException(
      code: PowerMapException.auth,
      message:
          'PowerMap SDK not initialized. Call PowerMapSDK.initialize() first.',
    ));