call abstract method

TRes call({
  1. String? user,
  2. String? pass,
})

Implementation

TRes call({
  String? user,
  String? pass,
});