shutdown method

Future<void> shutdown ()

Implementation

Future<void> shutdown() async {
  await impl.unregisterPublisher();
  impl = null;
}