find method
Get the ReactterInstance of instance given.
If found it, returns it, else returns null.
Implementation
ReactterInstance? find(Object? instance) => _instancesCreated[instance];
Get the ReactterInstance of instance given.
If found it, returns it, else returns null.
ReactterInstance? find(Object? instance) => _instancesCreated[instance];