cancelAll method

void cancelAll()

取消所有请求

Implementation

void cancelAll() {
  NetworkManager.instance.cancelAll();
}