call abstract method

TRes call({
  1. bool? enable,
  2. bool? football,
  3. bool? betting,
})

Implementation

TRes call({
  bool? enable,
  bool? football,
  bool? betting,
});