validate abstract method

Future<void> validate([
  1. String? parent
])

Validates that the physical file system under parent (which defaults to sandbox) contains an entry that matches this descriptor.

Implementation

Future<void> validate([String? parent]);