store abstract method

void store(
  1. dynamic kind,
  2. dynamic service,
  3. Context? ctx
)

Store the service object.

Implementation

void store(dynamic kind, dynamic service, Context? ctx);