$addMethod method
void
$addMethod(
- ServiceMethod method
inherited
Implementation
void $addMethod(ServiceMethod method) {
_$methods[method.name] = method;
}
void $addMethod(ServiceMethod method) {
_$methods[method.name] = method;
}