call method

T call({
  1. R? arg,
  2. bool useCache = true,
})

Redirects to create

Implementation

T call({R? arg, bool useCache = true}) =>
    _create(arg: arg, useCache: useCache);