removeBindContext<T extends BindContext> abstract method

void removeBindContext<T extends BindContext>({
  1. Type? type,
})

remove BindContext by Type

Implementation

void removeBindContext<T extends BindContext>({Type? type});