sendOtherMessageState method

Future<void> sendOtherMessageState(
  1. bool state
)

Implementation

Future<void> sendOtherMessageState(bool state) {
  return mConnconst.invokeMethod("sendOtherMessageState", <String, bool>{"state": state});
}