Skip to content

Commit

Permalink
Remove unuse method
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonarafat committed Jul 2, 2024
1 parent 4209aa2 commit b220d62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion android/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(7.4.2))
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=C\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:/Program Files/Java/jdk-16.0.1
java.home=C\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:\:/Program Files/Java/jdk-16.0.1
jvm.arguments=
offline.mode=false
override.workspace.settings=true
Expand Down
4 changes: 0 additions & 4 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,4 @@ class _TargetWidgetState extends State<TargetWidget> {
),
);
}

void makeTooltip() {
_controller.showTooltip();
}
}

0 comments on commit b220d62

Please sign in to comment.