removeData method

void removeData()

Remove the user data assigned to the body.

Implementation

void removeData() {
  if (_bd_data.isNotEmpty) {
    _bd_data.remove(_toPointer.address);
  }
}