dio property
Dio
get
dio
Get the configured Dio instance
Implementation
static Dio get dio {
if (_dio == null) {
throw StateError(
'KeystoneNetwork not initialized. Call KeystoneNetwork.initialize() first.',
);
}
return _dio!;
}