clientFactoryProvider abstract method

void clientFactoryProvider(
  1. Dio client
)

Provides this instance of IAuthorization with the Dio client instance for requests.

Implementation

void clientFactoryProvider(Dio client);