registerInterceptor method Null safety

void registerInterceptor(
  1. Interceptor action
)

Registers a middleware for methods in GRPC endpoint.

  • action an action function that is called when middleware is invoked.