rename method

Future<FileSystemEntity> rename(
  1. String newPath
)

Implementation

Future<FileSystemEntity> rename(String newPath) async => this;