AppService constructor

AppService(
  1. ServiceContext ctx
)

Implementation

AppService(ServiceContext ctx)
  : dio = ctx.dio,
    endpoints = ctx.endpoints;