clear method

Future<void> clear()

Deletes all models of type T in local storage.

If you need to clear all models, use the repositoryProviders map exposed on your main.data.dart.

Implementation

Future<void> clear() => remoteAdapter.clear();