isolateSafe property
bool
get
isolateSafe
Whether these Credentials are safe to be copied to another isolate and can operate there. If this getter returns true, the client might chose to perform the expensive signing operations on another isolate.
Implementation
bool get isolateSafe => false;