close method

Future close([
  1. int? code,
  2. String? reason
])

Implementation

Future close([int? code, String? reason]) => Future.value();