closeWithResult<X> abstract method

Future<void> closeWithResult<X>([
  1. X? value
])

Implementation

Future<void> closeWithResult<X>([X? value]);