storeMessage static method

String storeMessage(
  1. Object storeOrStores
)

Store not found message.

Implementation

static String storeMessage(Object storeOrStores) =>
    "NotFoundError: One of the specified object stores '$storeOrStores' was not found.";