play method

Future<void> play(
  1. String name
)

Implementation

Future<void> play(String name) async {
  engine.play(name);
}