close method

dynamic close([
  1. T? result
])

Implementation

close([T? result]) {
  return RxGo.close<T>(_name, result);
}