• This project
    • Loading...
  • Sign in

flutter_package / flutter_wakelock

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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • flutter_wakelock
  • wakelock_web
  • lib
  • src
  • func.dart
  • Migrate to null safety (#62) · ac111649 ...
    ac111649 Browse Files
    * Migrate wakelock_web
    
    * Adjust constraint
    
    * flutter constraint
    
    * Finish
    
    * Temporarily unsound
    creativecreatorormaybenot authored 2020-11-29 19:14:04 +0000
func.dart 82 Bytes
Raw Blame History Permalink
1 2
/// Function with a single typed argument.
typedef Func1<A, R> = R Function(A a);