CardioWebView constructor

const CardioWebView({
  1. Key? key,
  2. String? apiKey,
  3. required String appUserId,
  4. String? organizationId,
  5. bool useAccessToken = false,
  6. bool validateApiKey = true,
  7. String? accessToken,
})

Implementation

const CardioWebView({
  Key? key,
  this.apiKey,
  required this.appUserId,
  this.organizationId,
  this.useAccessToken = false,
  this.validateApiKey = true,
  this.accessToken,
}) : super(key: key);