call abstract method

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

Implementation

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