captureException method
Future<void>
captureException({
- required Object error,
- StackTrace? stackTrace,
- 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.');
}