init method
Implementation
void init(Context context) {
this.context = context;
service = context.service;
toastSubject = context.toastSubject.target;
fetchSelfInfo();
}
void init(Context context) {
this.context = context;
service = context.service;
toastSubject = context.toastSubject.target;
fetchSelfInfo();
}