init method

void init(
  1. Context context
)

Implementation

void init(Context context) {
  this.context = context;
  service = context.service;
}