play method

Future<void> play(
  1. int soundId
)

Implementation

Future<void> play(int soundId) async {
  _api.play(soundId);
}