init abstract method
void
init()
initializes the backend This can be used to instantiate instances that are problematic when passed to a Isolate. The TerminalIsolate will pass the backend to the Terminal that then executes init from inside the Isolate. So when your backend needs any complex instances (most of them will) then strongly consider instantiating them here
Implementation
void init();