Flutter dart try catch, catch does not fire void foo() { throw 42; } try { throw 42; } on Exception catch (_) { print('never reached'); }
確定! 回上一頁