flutter print error code example
Example 1: flutter future return error
// Catch it with catchError()
return Future.error("This is the error", StackTrace.fromString("This is its trace"));
Example 2: print flutter objects
/// since Dart 3.12 you can use `inspect`
inspect(object)