menu
flutter_risk_detector package
documentation
analyzers/async/async_risk_analyzer.dart
AsyncRiskAnalyzer
isDisposeError static method
isDisposeError static method
dark_mode
light_mode
isDisposeError
static method
bool
isDisposeError
(
String
error
)
Implementation
static bool isDisposeError(String error) => isAsyncRisk(error);
flutter_risk_detector package
documentation
analyzers/async/async_risk_analyzer
AsyncRiskAnalyzer
isDisposeError static method
AsyncRiskAnalyzer class