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 7d8a0a6 commit c5ee757Copy full SHA for c5ee757
lib/src/api.dart
@@ -211,7 +211,7 @@ class FlutterCallkeep extends EventManager {
211
212
Future<List<String>> activeCalls() async {
213
var resp = await _channel
214
- .invokeMethod<List<Object>?>('activeCalls', <String, dynamic>{});
+ .invokeMethod<List<Object?>?>('activeCalls', <String, dynamic>{});
215
if (resp != null) {
216
var uuids = <String>[];
217
resp.forEach((element) {
0 commit comments