onSend property

Future<bool> Function()? onSend
final

点击发送验证码的回调,返回 true 表示发送成功开始倒计时

Implementation

final Future<bool> Function()? onSend;