sendOtherMessageState method

Future<void> sendOtherMessageState(
  1. bool state
)

Implementation

Future<void> sendOtherMessageState(bool state) {
  return _platform.sendOtherMessageState(state);
}