goOnline method

Future<void> goOnline()

Resumes our connection to the Firebase Database backend after a previous goOffline call.

Implementation

Future<void> goOnline() {
  return _delegate.goOnline();
}