onMoveFile method

  1. @override
Future<void> onMoveFile(
  1. VFile entity,
  2. String newPath
)
override

Implementation

@override
Future<void> onMoveFile(VFile entity, String newPath) =>
    toFile(entity.path).rename(getRealPath(newPath));