refactor: Enable rule avoid dynamic
This commit is contained in:
parent
298a2d0760
commit
9d007815df
17 changed files with 41 additions and 35 deletions
|
|
@ -182,7 +182,7 @@ class SettingsController extends State<Settings> {
|
|||
bool? crossSigningCached;
|
||||
bool? showChatBackupBanner;
|
||||
|
||||
void firstRunBootstrapAction([dynamic _]) async {
|
||||
void firstRunBootstrapAction([_]) async {
|
||||
if (showChatBackupBanner != true) {
|
||||
showOkAlertDialog(
|
||||
context: context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue