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