init static method

void init(
  1. bool enable
)

Implementation

static void init(bool enable){
  _enable = enable;
}