getInstance property
BaseApi
get
getInstance
Implementation
static BaseApi get getInstance => BaseApi(
HttpClient(context: SecurityContext(withTrustedRoots: true)),
);
static BaseApi get getInstance => BaseApi(
HttpClient(context: SecurityContext(withTrustedRoots: true)),
);