fileExists static method

  1. @Deprecated("Use contains()")
bool fileExists(
  1. String key
)

Implementation

@Deprecated("Use contains()")
static bool fileExists(String key) => contains(key);