captureException method

Future<void> captureException({
  1. required Object error,
  2. StackTrace? stackTrace,
  3. Map<String, Object>? properties,
})
inherited

Implementation

Future<void> captureException(
    {required Object error,
    StackTrace? stackTrace,
    Map<String, Object>? properties}) {
  throw UnimplementedError('captureException() has not been implemented.');
}