get method

Interceptor get(
  1. dynamic path
)
inherited

Implementation

Interceptor get(path) => _when('get', path, null);