SendVerificationCodeValueCallback typedef

SendVerificationCodeValueCallback = void Function(void (bool send))

Implementation

typedef SendVerificationCodeValueCallback = void Function(
    void Function(bool send));