Skip to content

Commit

Permalink
fix: add missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Aug 15, 2024
1 parent 66f47e5 commit a3e2bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frb_dart/lib/src/main_components/entrypoint.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class _EntrypointState<A extends BaseApi> {
}

class _FakeEntrypointState<A extends BaseApi> implements _EntrypointState<A> {
@override
final A api;

_FakeEntrypointState({
Expand Down

0 comments on commit a3e2bf5

Please sign in to comment.