We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0046d4e commit 0090d26Copy full SHA for 0090d26
lib/src/api.dart
@@ -251,7 +251,7 @@ class FlutterCallkeep extends EventManager {
251
'CallKeep.reportUpdatedCall was called from unsupported OS');
252
}
253
254
- Future<void> backToForeground() async {
+ Future<bool> backToForeground() async {
255
if (isIOS) {
256
return false;
257
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: callkeep
2
description: iOS CallKit framework and Android ConnectionService for Flutter.
3
-version: 0.2.3
+version: 0.2.3+1
4
homepage: https://github.com/flutter-webrtc/callkeep
5
6
environment:
0 commit comments