covid19
covid19
Covid19Client
close method
close
covid19
covid19
Covid19Client
close method
Covid19Client class
Constructors
Covid19Client
Properties
hashCode
runtimeType
Methods
close
getByCountry
getByCountryTotal
getCountries
getDayOne
getDayOneTotal
getLive
getSummary
getWorldTotal
noSuchMethod
toString
Operators
operator ==
close
method
void
close
(
{
bool
force
:
false
}
)
Implementation
void close({bool force = false}) => _dio.close(force: force);