remove method

dynamic remove(
  1. dynamic object
)

Implementation

remove(object) {
  this.uniformsData.delete(object);
}