invalidate method

  1. @override
void invalidate()
override

Implementation

@override
void invalidate() {
  super.invalidate();
  key = null;
}