disable static method

Future<void> disable()

Implementation

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