configureForRuntime static method
Configure this class for use in a Runtime
Implementation
static void configureForRuntime(Runtime runtime) {
runtime.registerBridgeFunc(
'dart:convert',
'Encoding.getByName',
$Encoding.$getByName,
);
}