DartAesGcm.with128bits constructor
      
      DartAesGcm.with128bits({ 
    
    
- int nonceLength = AesGcm.defaultNonceLength,
Implementation
DartAesGcm.with128bits({
  int nonceLength = AesGcm.defaultNonceLength,
}) : this(secretKeyLength: 16, nonceLength: nonceLength);