create abstract method

Dio create()

Creates and returns a new instance of Dio.

Implementations should override this method to provide the desired configuration for the Dio instance.

Implementation

Dio create();