renameSync abstract method
Synchronously renames this file system entity.
Returns a FileSystemEntity instance for the renamed entity.
Implementation
@override
FileSystemEntity renameSync(String newPath);
Synchronously renames this file system entity.
Returns a FileSystemEntity instance for the renamed entity.
@override
FileSystemEntity renameSync(String newPath);