ZIMVideoMessage constructor

ZIMVideoMessage(
  1. String fileLocalPath
)

Implementation

ZIMVideoMessage(String fileLocalPath) : super(fileLocalPath: fileLocalPath) {
  super.type = ZIMMessageType.video;
}