blockControl method
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.');
}