@override Future<void> close() async { _isClosed = true; onClose(); _asyncResponseController?.close(); await _platformService.closeSession(); }