close method

Future<void> close()

Close the pub/sub manager

Implementation

Future<void> close() async {
  await _messageController.close();
}