Hey,
I tried to create a Mock for the following Function:
T add<T extends Base>(T data);
Several Classes are extending Base.
flutter pub run build_runner build throws the following error The method 'Api.add' features a non-nullable unknown return type, and cannot be stubbed.
I am using Mockito: ^5.0.0-nullsafety.7
Any way to get around this?