replace<P> static method

void replace<P>(
  1. P child, {
  2. String? tag,
})

Implementation

static void replace<P>(P child, {String? tag}) {
  Sint.replace<P>(child, tag: tag);
}