AuthStoreConformanceStoreDisposer typedef

AuthStoreConformanceStoreDisposer = FutureOr<void> Function(AuthStore store)

Disposes an AuthStore created for a conformance case.

Implementation

typedef AuthStoreConformanceStoreDisposer =
    FutureOr<void> Function(AuthStore store);