blockControl method

Future<void> blockControl(
  1. Enum control
)

A method to temporarily block control transmissions to a previously set internet address on the platform.

Implementation

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