clientId property

String get clientId

Implementation

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