createRoot function

FlintRoot createRoot(
  1. String selector
)

Implementation

FlintRoot createRoot(String selector) {
  throw UnsupportedError('createRoot is only available in the browser.');
}