call abstract method

$R call({
  1. List<GameObject>? objects,
  2. List<BoardTile>? tiles,
  3. String? team,
  4. int? reveal,
  5. int? teamReveal,
})

Implementation

$R call(
    {List<GameObject>? objects,
    List<BoardTile>? tiles,
    String? team,
    int? reveal,
    int? teamReveal});