delete<T> method

FutureOr<bool> delete<T>(
  1. AsyncField<T> asyncField
)

Deletes an asyncField value.

Implementation

FutureOr<bool> delete<T>(AsyncField<T> asyncField) => true;