child method

DataSnapshotPlatform child(
  1. String childPath
)

Implementation

DataSnapshotPlatform child(String childPath) {
  throw UnimplementedError('child has not been implemented');
}