next method

Implementation

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