playKeySound method

Future playKeySound(
  1. KeySoundParams params
)

Implementation

Future playKeySound(KeySoundParams params) async {
  return await _channel.invokeMethod(Constants.CMD_PLAY_KEY_SOUND, params.toJson());
}