NudgeCoreV2NativeServices class

Inheritance

Constructors

NudgeCoreV2NativeServices.new()
factory

Properties

appComponentViewStream Stream<NudgeAppComponentViewState>
no setter
coreCallbackChannel MethodChannel
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storiesComponentViewStream Stream<NudgeStoriesComponentViewState>
no setter

Methods

addACViewDataToStream(NudgeAppComponentViewState viewState) → void
override
addStoriesViewDataToStream(NudgeStoriesComponentViewState viewState) → void
override
invokeNativeMethod(String method, Map<String, dynamic> arguments) Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendAllComponents(Map<String, dynamic> allComponents) Future
override
sendTargetDetails(Map<String, dynamic> targetDetails) Future
override
toString() String
A string representation of this object.
inherited

Operators

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