flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
130 stars 139 forks source link

Make the Object nullable in Android activeCalls #182

Open klelandls opened 5 months ago

klelandls commented 5 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.