avatarImage property

Rx<NativeFile?> avatarImage
final

NativeFile of the currently edited ChatAvatar to upload in submitAvatar.

Implementation

final Rx<NativeFile?> avatarImage = Rx(null);