reference method

  1. @Deprecated('Deprecated in favor of calling `ref()`.')
DatabaseReference reference()

Returns a DatabaseReference accessing the root of the database.

Implementation

@Deprecated('Deprecated in favor of calling `ref()`.')
DatabaseReference reference() => ref();