useAsyncLazyLocalInstance<T extends BaseKoreInstance> method
Returns connected instance
index - index of instance if multiple are connected
Implementation
Future<T> useAsyncLazyLocalInstance<T extends BaseKoreInstance>({
int index = 0,
}) {
return useAsyncLazyInstanceDelegate<T>(index: index);
}