beforeClose method

  1. @protected
List<int> beforeClose()

Called before close.

Implementation

@protected
List<int> beforeClose() {
  return _emptyUint8List;
}