remove method

Future<void> remove()

Removes the value from the default PrfService instance.

Implementation

Future<void> remove() async {
  await removeValue(PrfService.instance);
}