delete method

Future<void> delete()

Delete the content of this storage.

Implementation

Future<void> delete() => _plugin.delete(name, promptInfo);