FamilysharingResource class

Constructors

FamilysharingResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFamilyInfo({String? source, String? $fields}) Future<FamilyInfo>
Gets information regarding the family that the user is part of.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
share({String? docId, String? source, String? volumeId, String? $fields}) Future<Empty>
Initiates sharing of the content with the user's family.
toString() String
A string representation of this object.
inherited
unshare({String? docId, String? source, String? volumeId, String? $fields}) Future<Empty>
Initiates revoking content that has already been shared with the user's family.

Operators

operator ==(Object other) bool
The equality operator.
inherited