updateMessage abstract method

Future<bool> updateMessage(
  1. String roomId,
  2. String msgId,
  3. Map<String, dynamic> value, {
  4. Map<String, dynamic> roomValues = const {},
})

Implementation

Future<bool> updateMessage(
  String roomId,
  String msgId,
  Map<String, dynamic> value, {
  Map<String, dynamic> roomValues = const {},
});