goOnline function

void goOnline()

Restores the connection dropped by goOffline.

Implementation

void goOnline() {
  if (fdbDbGoOnline() != 0) {
    throw StateError('goOnline before the Firebase app was initialized');
  }
}