captureException method

void captureException(
  1. Object exception
)

Implementation

void captureException(Object exception) async {
  await Sentry.captureException(exception);
}