added send functionality to icon.

This commit is contained in:
Joshua
2024-07-10 13:44:16 -06:00
parent 097b99e0e6
commit 711991c7bf
13 changed files with 363 additions and 281 deletions
+5
View File
@@ -0,0 +1,5 @@
class Model {
late String name;
Model(this.name);
}