enable static method

Future<void> enable()

Implementation

static Future<void> enable() {
  return _segment.enable();
}