SpikeConnection class

Annotations
  • @Deprecated('Use SpikeConnectionV3 insetad. See https://docs.spikeapi.com/sdk-docs/flutter/usage-guide')

Constructors

SpikeConnection.fromParameters({required String connectionId, required String appId, required String customerEndUserId, SpikeLogger? logger, String? callbackUrl})
factory

Properties

appId String
final
callbackUrl String?
final
connectionId String
final
customerEndUserId String
final
hashCode int
The hash code for this object.
no setterinherited
logger SpikeLogger?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Operators

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