ref method

Gets a DatabaseReference for the root of your Firebase Database.

Implementation

DatabaseReferencePlatform ref([String? path]) {
  throw UnimplementedError('ref() not implemented');
}