flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
137 stars 151 forks source link

Make the Object nullable in Android activeCalls #182

Closed klelandls closed 3 months ago

klelandls commented 10 months ago

In at least some cases when using the activeCalls function you'll receive the error:

type 'List<Object?>' is not a subtype of type 'List<Object'>?' in type cast <--there's an extra ' or the word Object disappears

This makes the Object nullable to deal with that.