sendCurrentVolume method

Future<void> sendCurrentVolume(
  1. int volume
)

Implementation

Future<void> sendCurrentVolume(int volume) {
  return mConnconst.invokeMethod("sendCurrentVolume", <String, int>{"volume": volume});
}