remove method
Removes the value from the default PrfService instance.
Implementation
Future<void> remove() async {
await removeValue(PrfService.instance);
}
Removes the value from the default PrfService instance.
Future<void> remove() async {
await removeValue(PrfService.instance);
}