recordDartError function

FutureOr recordDartError(
  1. Object error,
  2. StackTrace stackTrace
)

Implementation

FutureOr recordDartError(Object error, StackTrace stackTrace) =>
    throw "Not implemented";