FileService class
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  backupFile(File file) → Future< void> 
- 
  cleanupBackups(List< String> paths) → Future<void> 
- 
  findAssetPaths(String projectPath) → Future< List< String> >
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  readPubspec(String projectPath) → Future< YamlMap?> 
- 
  restoreBackup(String originalPath) → Future< void> 
- 
  scanAssets(List< String> assetPaths, {bool recursive = true, Set<String> ? allowedExtensions}) → Future<FileScanResult> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited