pauseConnection method
void
pauseConnection()
A function that will pause the all active event listeners from CarPlay.
Implementation
void pauseConnection() {
_eventBroadcast!.pause();
}
A function that will pause the all active event listeners from CarPlay.
void pauseConnection() {
_eventBroadcast!.pause();
}