onComplete method

void onComplete()

Actions to be performed after a successful upload

Implementation

void onComplete() {
  store?.remove(_fingerprint);
}