SmartFhirClient constructor
SmartFhirClient({})
Constructor
Implementation
SmartFhirClient({
required super.fhirUri,
required super.clientId,
required super.redirectUri,
this.customUriScheme,
super.scopes,
this.authorizeUrl,
this.tokenUrl,
super.launch,
super.secret,
this.isDemo = false,
});