existsOnPrefs method
Checks if the key exists in the default PrfService instance.
Implementation
Future<bool> existsOnPrefs() async {
return await PrfService.instance.containsKey(key);
}
Checks if the key exists in the default PrfService instance.
Future<bool> existsOnPrefs() async {
return await PrfService.instance.containsKey(key);
}