create method

  1. @override
bool create(
  1. Ref ref
)

@nodoc

Implementation

@override
bool create(Ref ref) {
  return storeAvailable(ref);
}