cst_encode_send_to_dart_logger method

  1. @protected
JSAny cst_encode_send_to_dart_logger(
  1. SendToDartLogger raw
)

Implementation

@protected
JSAny cst_encode_send_to_dart_logger(SendToDartLogger raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return [].jsify()!;
}