Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -236,9 +236,9 @@ Future<void> closeIncomingCall(
}
```

Pass in your own dialog UI for permissions alerts
Pass in your own dialog UI for permissions alerts:

````dart
```dart
showAlertDialog: () async{
final BuildContext context = navigatorKey.currentContext!;

Expand DownExpand Up@@ -284,4 +284,3 @@ Even in this scenario, the `backToForeground()` method will open the app and you
## push test tool

Please refer to the [Push Toolkit](/tools/) to test callkeep offline push.
````