Skip to content

asnhkl1/keep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keep

A keepAlive flutter plugin project.

Use:

Future initPlatformState() async { try { await Keep.keepAlive; print('Success to open keepAlive'); } on PlatformException { print('Failed to open keepAlive'); } if (!mounted) return; }