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