I was running the Windows Build of the Flutter project and I am getting the following errors :
- error C2039: 'SetNextFrameCallback': is not a member of 'flutter::FlutterEngine' 2.error C2039: 'ForceRedraw': is not a member of 'flutter::FlutterViewController'
Please guide me how to resolve these errors.
Tried running flutter clean and then flutter pub update but it didn't worked.