isFileSync method

  1. @override
bool isFileSync(
  1. String path
)

Synchronously checks if type(path) returns io.FileSystemEntityType.FILE.

Implementation

@override
bool isFileSync(String path) =>
    throw UnimplementedError('Sync operations not supported');