PushSync class

Configuration options to be applied to the identity pool.

Constructors

PushSync({List<String>? applicationArns, String? roleArn})
PushSync.fromJson(Map<String, dynamic> json)
factory

Properties

applicationArns List<String>?
List of SNS platform application ARNs that could be used by clients.
final
hashCode int
The hash code for this object.
no setterinherited
roleArn String?
A role configured to allow Cognito to call SNS on behalf of the developer.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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