Sawo constructor

Sawo({
  1. required String apiKey,
  2. required String secretKey,
})

The parameters apiKey and secretKey must not be null.

Implementation

Sawo({
  required this.apiKey,
  required this.secretKey,
});