call abstract method

TRes call({
  1. String? password,
  2. String? confirm_password,
})

Implementation

TRes call({
  String? password,
  String? confirm_password,
});