set static method
Sets the singleton instance to the given encoder.
Implementation
static void set(ValueEncoder encoder) {
_instance = encoder;
}
Sets the singleton instance to the given encoder.
static void set(ValueEncoder encoder) {
_instance = encoder;
}