changeStateParams method
Declaration of the method changeStateParams that receives an object of SetStateParams.
Implementation
Future<bool?> changeStateParams(SetStateParams params) {
throw UnimplementedError('changeStateParams() has not been implemented.');
}