next method

Implementation

Future<FileEventContext> next() async {
  return await _nextHandler(this);
}