canRecall method

bool canRecall(
  1. String name, {
  2. List<String>? namespace,
})

Implementation

bool canRecall(String name, {List<String>? namespace}) =>
    _can(name: name, namespace: namespace, allows: (permissions) => permissions.recall);