menu
spinach_core package
documentation
commons/utils/RestClient.dart
RestClient
RestClient.new constructor
RestClient.new constructor
dark_mode
light_mode
RestClient
constructor
RestClient
(
String
_apiKey
,
String
_host
,
String
_baseUrl
)
Implementation
RestClient(this._apiKey, this._host, this._baseUrl);
spinach_core package
documentation
commons/utils/RestClient
RestClient
RestClient.new constructor
RestClient class