stat method

Future<SafDocumentFile?> stat(
  1. String uri,
  2. bool? isDir
)

Implementation

Future<SafDocumentFile?> stat(String uri, bool? isDir) {
  throw UnimplementedError('stat() has not been implemented.');
}