sizeSync_ method

  1. @Deprecated('Use [lengthSync_] instead.')
int sizeSync_()

Returns size the File in bytes. Returns 0 if the File does not exist.

Implementation

@Deprecated('Use [lengthSync_] instead.')
int sizeSync_() => lengthSync_();