isMatch static method

bool isMatch(
  1. PlatformException e
)

Implementation

static bool isMatch(PlatformException e) {
  return _isExceptionMatch(e, 'DataInputException');
}