getLockSoundWithSoundVolume static method

void getLockSoundWithSoundVolume(
  1. String lockData,
  2. TTGetLockSoundWithSoundVolumeCallback callback,
  3. TTFailedCallback failedCallback
)

Implementation

static void getLockSoundWithSoundVolume(
    String lockData,
    TTGetLockSoundWithSoundVolumeCallback callback,
    TTFailedCallback failedCallback) {
  invoke(COMMAND_GET_LOCK_SOUND_WITH_SOUND_VOLUME, lockData, callback,
      fail: failedCallback);
}