clearData method

bool clearData([
  1. Object? key
])

Clears the data by key

Implementation

bool clearData([Object? key]) => false;