setData method

bool setData(
  1. dynamic data
)

Implementation

bool setData(dynamic data) {
  print('SET DATA: $data');
  return false;
}