clear abstract method

Future<void> clear(
  1. [Options? options]
)

Completes with true once the storage for the app has been cleared.

Implementation

Future<void> clear([Options? options]);