Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 285 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 285 Bytes

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; }