clear abstract method

Future<void> clear(
  1. String blueprint
)

Forgets blueprint entirely.

Implementation

Future<void> clear(String blueprint);