clearSessionCleanup method

Future<void> clearSessionCleanup()

Clears native emergency-cleanup state after normal stream shutdown.

Implementation

Future<void> clearSessionCleanup() {
  throw UnimplementedError('clearSessionCleanup() has not been implemented.');
}