Unverified Commit 6a26305d authored by Jonas Uekötter's avatar Jonas Uekötter Committed by GitHub

Update documentation for `PlatformException.stacktrace` (#114028)

* Update message_codec.dart

* remove whitespace

* Update doc comment

* Update message_codec.dart
parent 94b9fa41
......@@ -187,6 +187,10 @@ class PlatformException implements Exception {
/// ```
///
/// In the cases described above, the content of [stacktrace] will be the unprocessed output of calling `toString()` on the exception.
///
/// MacOS, iOS, Linux and Windows don't support querying the native stacktrace.
///
/// On custom Flutter embedders this value will be null on platforms that don't support querying the call stack.
final String? stacktrace;
@override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment