FaucetClient.fromEndpoint constructor

FaucetClient.fromEndpoint(
  1. String endpoint,
  2. String clientEndpoint, {
  3. bool enableDebugLog = false,
})

Implementation

factory FaucetClient.fromEndpoint(String endpoint, String clientEndpoint, {bool enableDebugLog = false}) {
  return FaucetClient._(endpoint, clientEndpoint: clientEndpoint, enableDebugLog: enableDebugLog);
}