isUIBound property

bool get isUIBound

Whether this tool MUST be executed on the UI/Main thread. Set this to true for tools that interact with Flutter UI, plugins, or databases that are not thread-safe or isolate-compatible.

Implementation

bool get isUIBound => false;