Sawo constructor Null safety
The parameters apiKey
and secretKey
must not be null.
Implementation
Sawo({
required this.apiKey,
required this.secretKey,
});
The parameters apiKey
and secretKey
must not be null.
Sawo({
required this.apiKey,
required this.secretKey,
});