write method

dynamic write(
  1. Object? input
)

Implementation

dynamic write(Object? input) => call(input);