.catchError((e) { print('Got error: $e'); // Finally, callback fires. return 42; // Future completes with 42. }).then((value) { print('The value is ...
確定! 回上一頁