disable method

Future<void> disable()

Implementation

Future<void> disable() async {
  await room.sendRequest("messaging.disable", {});
}