call abstract method

TRes call({
  1. String? date,
  2. String? dateTime,
  3. String? timeZone,
})

Implementation

TRes call({
  String? date,
  String? dateTime,
  String? timeZone,
});