onFutureError method Null safety
- dynamic error,
- Object? key
Function that is called when a future throws an error
Implementation
void onFutureError(dynamic error, Object? key) {}
Function that is called when a future throws an error
void onFutureError(dynamic error, Object? key) {}