child method

Gets a DatabaseReference for the location at the specified relative path. The relative path can either be a simple child key (e.g. ‘fred’) or a deeper slash-separated path (e.g. ‘fred/name/first’).

Implementation

DatabaseReferencePlatform child(String path) {
  throw UnimplementedError('child() not implemented');
}