clean method

Future<void> clean()

清理

Implementation

Future<void> clean() async {
  throw UnimplementedError("清理未实现");
}