delete method

Future<void> delete()

Implementation

Future<void> delete() async {
  await _ready();

  await storage.delete(key: 'NewModel');
}