supportsImport property
Checks if HTML imports are supported on the current platform.
Implementation
bool get supportsImport {
return JS('bool', '("import" in #)', this);
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Checks if HTML imports are supported on the current platform.
bool get supportsImport {
return JS('bool', '("import" in #)', this);
}