dispose method
Releases any resources allocated by the terminal library.
Implementation
@override
void dispose() {
if (_origTermIOSPointer != nullptr) {
calloc.free(_origTermIOSPointer);
}
}
Releases any resources allocated by the terminal library.
@override
void dispose() {
if (_origTermIOSPointer != nullptr) {
calloc.free(_origTermIOSPointer);
}
}