operator []= method
Sets the value associated with property on the proxied JavaScript
object.
Implementation
@override
void operator []=(dynamic index, dynamic value) {
throw UnsupportedError(
'JavaScript interop is not supported in this runtime.');
}