bool onConfirm(String data) { if(this._callbackConfirm != null) return this._callbackConfirm!(data); return false; }