call abstract method

TRes call({
  1. String? login,
  2. Input$IPhoneInput? phone,
  3. String? password,
})

Implementation

TRes call({
  String? login,
  Input$IPhoneInput? phone,
  String? password,
});