ISubscriberTopicMap class abstract
- Implementers
Constructors
Properties
Methods
-
clear(
) → void -
delete(
{required String topic, String? id}) → void -
exists(
String topic, String id) → bool -
get(
String topic) → List< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String topic, String id) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited