Closed klelandls closed 3 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.
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.