clear method

Future<void> clear()

Delete raw value

Implementation

Future<void> clear() async => await storage.delete(key: key);