This code illustrates how you could get a stack trace of the Dart thread using native stack unwinding. The core of the implementation is in the lib/collect_stack.dart and src/collect_stack.cc. The ...