stopControl method

Future<void> stopControl(
  1. Enum control
)

A method to completely stop control transmissions to a previously set internet address on the platform.

Implementation

Future<void> stopControl(Enum control) {
  throw UnimplementedError('stopControl() has not been implemented.');
}