getRequestedSnapshot method

String? getRequestedSnapshot()

Inquiry method that can be used to read the snapshot preferences, configured through setRequestedSnapshot, to be requested to the Server for this Subscription.

Lifecycle This method can be called at any time.

Returns "yes", "no", null, or an integer number.

Implementation

String? getRequestedSnapshot() {
  return _snapshot;
}