flutter future return error

122

// Catch it with catchError()
return Future.error("This is the error", StackTrace.fromString("This is its trace"));

Comments

Submit
0 Comments