replace abstract method

Future<void> replace(
  1. Object? data
)

Replaces the entire body with the given data.

Implementation

Future<void> replace(Object? data);