registerService method Null safety

void registerService(
  1. Service implementation
)

Registers a service with related implementation

  • implementation a GRPC service object with service implementation methods.