ignoreIsolate abstract method

void ignoreIsolate(
  1. String isolateId, [
  2. bool ignore = true
])

Ignores an Isolate with isolateId for Hot Reload.

  • If ignore is true will add to ignore list, otherwise will removed.

Implementation

void ignoreIsolate(String isolateId, [bool ignore = true]);