callClearClass method

T? callClearClass(
  1. T? target
)

Implementation

T? callClearClass(T? target) {
  throw UnimplementedError();
}