Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter future return error

// Catch it with catchError()
return Future.error("This is the error", StackTrace.fromString("This is its trace"));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #future #return #error
ADD COMMENT
Topic
Name
5+8 =