importStylesheet method

void importStylesheet(
  1. Node style
)

Implementation

void importStylesheet(Node style) =>
    js_util.callMethod(this, 'importStylesheet', [style]);