callback method

void callback(
  1. void callback()
)

Implementation

void callback(void Function() callback) => scene.callback(callback);