resumeControl method

Future<bool> resumeControl(
  1. Enum control, [
  2. bool safe = true
])

A method to either resume safe and therefore blocked or stopped control transmissions to a previously set internet address on the platform.

Returns true if the control is resumed, otherwise false.

Implementation

Future<bool> resumeControl(Enum control, [bool safe = true]) {
  throw UnimplementedError('resumeControl() has not been implemented.');
}