ProfileSettingsController constructor

ProfileSettingsController({
  1. required ARMOYUServices service,
})

Implementation

ProfileSettingsController({
  required this.service,
});