isMatch static method
Implementation
static bool isMatch(PlatformException e) {
return e.code == 'IllegalStateException' &&
e.message?.contains('No active isolate with id') == true;
}
static bool isMatch(PlatformException e) {
return e.code == 'IllegalStateException' &&
e.message?.contains('No active isolate with id') == true;
}