Skip to content

Instantly share code, notes, and snippets.

@farhanrahmadi
Created May 18, 2019 06:02
Show Gist options
  • Save farhanrahmadi/adc9f6340c8671712a8747a3a7868d09 to your computer and use it in GitHub Desktop.
Save farhanrahmadi/adc9f6340c8671712a8747a3a7868d09 to your computer and use it in GitHub Desktop.
Future<String> isHasToken() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
return (prefs.getString("apiKey") ?? null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment