doesStoreExist property

bool doesStoreExist

Does the .flutter store exist?

Implementation

static bool get doesStoreExist {
  return LocalFileSystem.flutterStoreExists();
}