call abstract method

$R call({
  1. List<GameObject>? objects,
  2. List<BoardTile>? tiles,
})

Implementation

$R call({List<GameObject>? objects, List<BoardTile>? tiles});