Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Frank Moreno
2020-10-17 12:44:24 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9880621ebd1e3c8049ba1c0b51efb181cc7b45af
9880621e
1 parent
ec6d7235
typedefs in get_core: ValueUpdater
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/get_core/src/typedefs.dart
lib/get_core/src/typedefs.dart
0 → 100644
View file @
9880621
1
+
typedef
ValueUpdater
<
T
>
=
T
Function
();
Please
register
or
login
to post a comment