Skip to content

Commit

Permalink
Fix copy pasta-s
Browse files Browse the repository at this point in the history
  • Loading branch information
theVinesh committed Sep 5, 2023
1 parent c28777b commit 6d0d481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions intercom_flutter_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

## 1.3.2

* Added method `displayTickets`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ abstract class IntercomFlutterPlatform extends PlatformInterface {
throw UnimplementedError('displayConversation() has not been implemented.');
}

/// To display an Activity with your Messages content.
/// To display an activity with all your tickets.
Future<void> displayTickets() {
throw UnimplementedError('displayMessages() has not been implemented.');
throw UnimplementedError('displayTickets() has not been implemented.');
}
}

0 comments on commit 6d0d481

Please sign in to comment.