root method

Gets a FIRDatabaseReference for the root location.

Implementation

DatabaseReference root() {
  return DatabaseReference._(_database, <String>[]);
}