Skip to content

Commit

Permalink
fix: Remove the unpublished getStackTraceElements method (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
naipaka authored Dec 27, 2023
1 parent a05488a commit 0a30141
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/altfire_tracker/lib/src/tracker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ class Tracker {
]);
}

/// Returns a list of StackTraceElements from a StackTrace.
List<Map<String, String>> getStackTraceElements(StackTrace stackTrace) =>
getStackTraceElements(stackTrace);

/// Set the user ID.
Future<void> setUserId(String userId) async {
await Future.wait([
Expand Down

0 comments on commit 0a30141

Please sign in to comment.