has method

bool has(
  1. String method
)

Checks if method is registered.

Implementation

bool has(String method) => _methods.containsKey(prefix + method);