isMatch static method
Implementation
static bool isMatch(PlatformException e) {
return _isExceptionMatch(e, 'IsolateTerminatedException');
}
static bool isMatch(PlatformException e) {
return _isExceptionMatch(e, 'IsolateTerminatedException');
}