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