callMethod method

HeimdallRule<ClassMember> callMethod(
  1. String methodName
)

Requires executable members to call methodName.

Implementation

HeimdallRule<ClassMember> callMethod(String methodName) => satisfy(_memberShouldCallMethod(methodName));