We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PlatformException.stacktrace
1 parent 94b9fa4 commit 6a26305Copy full SHA for 6a26305
packages/flutter/lib/src/services/message_codec.dart
@@ -187,6 +187,10 @@ class PlatformException implements Exception {
187
/// ```
188
///
189
/// In the cases described above, the content of [stacktrace] will be the unprocessed output of calling `toString()` on the exception.
190
+ ///
191
+ /// MacOS, iOS, Linux and Windows don't support querying the native stacktrace.
192
193
+ /// On custom Flutter embedders this value will be null on platforms that don't support querying the call stack.
194
final String? stacktrace;
195
196
@override
0 commit comments