getError static method

Exception? getError()

Implementation

static Exception? getError() {
  final e = _ex;
  _ex = null;
  return e;
}