AlgorandClient.dio constructor

AlgorandClient.dio(
  1. Dio dio
)

Create a new Algorand Client with the given Dio instance.

Implementation

AlgorandClient.dio(Dio dio) : client = dio;