renameSync abstract method

  1. @override
File renameSync(
  1. String newPath
)
override

Synchronously renames this file system entity.

Returns a FileSystemEntity instance for the renamed entity.

Implementation

@override
File renameSync(String newPath);