OnCreateVoteError typedef

OnCreateVoteError = dynamic Function(int code, String? desc)

Implementation

typedef OnCreateVoteError = Function(int code, String? desc);