load method

void load(
  1. Scene scene, [
  2. void onLoaded()
])

Implementation

external void load(Scene scene, [void Function() onLoaded]);