call abstract method

$R call({
  1. Map<String, GameDialogComponentValue>? values,
  2. String? buttonPressed,
})

Implementation

$R call(
    {Map<String, GameDialogComponentValue>? values, String? buttonPressed});