postCancel method

  1. @mustCallSuper
void postCancel(
  1. StorageError error
)

createTask 被取消后触发

Implementation

@mustCallSuper
void postCancel(StorageError error) {
  controller?.notifyStatusListeners(StorageStatus.Cancel);
}