dispose method
dynamic
dispose()
Implementation
dispose() {
if (invokers.isNotEmpty && invokers.last.hashCode == id) {
invokers.removeLast();
}
}
dispose() {
if (invokers.isNotEmpty && invokers.last.hashCode == id) {
invokers.removeLast();
}
}