messageIdGenerator property

String Function()? messageIdGenerator
final

Usually new message added by the user gets Uuid String Can be override by proving this parameter

Implementation

final String Function()? messageIdGenerator;