AsyncExtensionErrorLogger typedef
AsyncExtensionErrorLogger =
void Function(Object? e, StackTrace? s)?
Implementation
typedef AsyncExtensionErrorLogger = void Function(Object? e, StackTrace? s)?;
typedef AsyncExtensionErrorLogger = void Function(Object? e, StackTrace? s)?;