pauseConnection method

void pauseConnection()

A function that will pause the all active event listeners from CarPlay.

Implementation

void pauseConnection() {
  _eventBroadcast!.pause();
}