filePersisted method

bool filePersisted(
  1. Pointer<Utf8> file
)

Implementation

bool filePersisted(
  Pointer<Utf8> file,
) =>
    _filePersisted.call(
      this,
      file,
    );