customError method
Implementation
Future<CustomError> customError(final CustomError error) async {
_logger.e(
error,
stackTrace: error.stackTrace,
);
return error;
}
Future<CustomError> customError(final CustomError error) async {
_logger.e(
error,
stackTrace: error.stackTrace,
);
return error;
}