Skip to content

Commit

Permalink
refactor(database): remove a deprecated FallThroughError (#10143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Dec 20, 2022
1 parent caa15a3 commit 8af7fb4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ class FirebaseList extends ListBase<DataSnapshot>
}
}

throw FallThroughError();
throw UnsupportedError('Key not found: $key');
}

void _onChildAdded(DatabaseEvent event) {
Expand Down

0 comments on commit 8af7fb4

Please sign in to comment.