fileSync method

  1. @override
File fileSync(
  1. String path
)
override

Implementation

@override
File fileSync(String path) => File(path);