MesiboGroupListenerFlutter class abstract

Implementers

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

Mesibo_onGroupCreated(MesiboProfile profile) → void
Mesibo_onGroupError(MesiboProfile profile, int error) → void
Mesibo_onGroupJoined(MesiboProfile profile) → void
Mesibo_onGroupLeft(MesiboProfile profile) → void
Mesibo_onGroupMembers(MesiboProfile profile, List<MesiboGroupMember?> members) → void
Mesibo_onGroupMembersJoined(MesiboProfile profile, List<MesiboGroupMember?> members) → void
Mesibo_onGroupMembersRemoved(MesiboProfile profile, List<MesiboGroupMember?> members) → void
Mesibo_onGroupSettings(MesiboProfile profile, MesiboGroupSettings? groupSettings, MesiboMemberPermissions? memberPermissions, List<MesiboGroupPin?> groupPins) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

setup(MesiboGroupListenerFlutter? api, {BinaryMessenger? binaryMessenger}) → void

Constants

codec → const MessageCodec<Object?>