call abstract method

TRes call({
  1. String? permission,
  2. bool? read,
  3. bool? write,
  4. bool? create,
})

Implementation

TRes call({
  String? permission,
  bool? read,
  bool? write,
  bool? create,
});