onMoveFile abstract method

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

Implementation

Future<void> onMoveFile(VFile entity, String newPath);