NubrickFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NubrickFlutterPlatform
Implementers

Constructors

NubrickFlutterPlatform()
Constructs a NubrickFlutterPlatform.

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

appendTooltipExperimentHistory(String experimentId) → Future<void>
callTooltipEmbeddingDispatch(String channelId, UIBlockAction event) → Future<void>
connectClient(String projectId) → Future<String?>
connectEmbedding(String id, String channelId, dynamic arguments) → Future<String?>
connectEmbeddingInRemoteConfigValue(String key, String channelId, String embeddingChannelId, dynamic arguments) → Future<String?>
connectRemoteConfig(String id, String channelId) → Future<RemoteConfigPhase?>
connectTooltipEmbedding(String channelId, String experimentId, String? variantId, UIRootBlock rootBlock) → Future<String?>
disconnectEmbedding(String channelId) → Future<String?>
disconnectRemoteConfig(String channelId) → Future<String?>
disconnectTooltipEmbedding(String channelId) → Future<String?>
dispatch(String name) → Future<String?>
getRemoteConfigValue(String channelId, String key) → Future<String?>
getUserId() → Future<String?>
getUserProperties() → Future<Map<String, String>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordCrash(Map<String, dynamic> errorData) → Future<void>
Records a crash with the given error data.
setUserProperties(Map<String, dynamic> properties) → Future<void>
toString() → String
A string representation of this object.
inherited
updateEmbeddingArguments(String channelId, dynamic arguments) → Future<String?>

Operators

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

Static Properties

instance ↔ NubrickFlutterPlatform
The default instance of NubrickFlutterPlatform to use.
getter/setter pair