removeWhereKeyStartsWith abstract method

void removeWhereKeyStartsWith(
  1. String prefix
)

Removes every key beginning with prefix.

Implementation

void removeWhereKeyStartsWith(String prefix);