captureNameForId method

String captureNameForId(
  1. int captureId
)

Implementation

String captureNameForId(int captureId) {
  _checkNotDisposed();
  return _nativeCaptureNames[captureId];
}