setDataError method

dynamic setDataError({
  1. String? error,
})

Implementation

setDataError({String? error}) => data = error??"Lỗi hệ thống";