initDio method

dynamic initDio({
  1. String baseUrl = '',
})

Implementation

initDio({String baseUrl:''}){
  _baseUrl=baseUrl;
}