DiohttpService constructor
DiohttpService({})
Implementation
DiohttpService(
{required this.consumerId,
required this.consumerSecret,
required this.baseUrl})
: b64keySecret =
base64Url.encode(("$consumerId:$consumerSecret").codeUnits);