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