getStackTrace method

  1. @experimentalNativeApi
Array<String> getStackTrace()

Returns an array of stack trace strings representing the stack trace pertaining to this throwable.

Implementation

@experimentalNativeApi
Array<String> getStackTrace() => throw UnimplementedError();