wrapper method

String? wrapper(
  1. String? child
)

Implementation

String? wrapper(String? child) {
  throw UnimplementedError();
}