disposed property
bool
get
disposed
Flag that means that dispose method was called and all next calls will
throw TransportCallAfterDisposeError except of MutexPoisoned error
or RustToDartCaller.invoke
exception.
It's a good practice to check this flag before calling any method of transport
Implementation
bool get disposed;