stat method

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

Implementation

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