pauseConnection method
void
pauseConnection()
Pause bridge HTTP connection. Might be helpful, if you use SDK on backend and want to save server resources.
Implementation
void pauseConnection() {
provider?.pause();
}
Pause bridge HTTP connection. Might be helpful, if you use SDK on backend and want to save server resources.
void pauseConnection() {
provider?.pause();
}