set method

  1. @override
void set(
  1. dynamic value
)
override

Implementation

@override
void set(value) => setFunction(activeKey, value);