playLocal method

dynamic playLocal()

Implementation

playLocal() async {
  await audioPlayer.play(moveSoundPath, isLocal: true);
}