createRootForElement function

FlintRoot createRootForElement(
  1. Object? element
)

Implementation

FlintRoot createRootForElement(Object? element) {
  throw UnsupportedError(
    'createRootForElement is only available in the browser.',
  );
}