remove method

Future<bool> remove()

Remove value from shared preferences.

Implementation

Future<bool> remove() => _remover(key);