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