aesGcm method
A factory used by AesGcm.
Implementation
@override
AesGcm aesGcm({int secretKeyLength = 32, int nonceLength = 12}) {
return fallback.aesGcm(
secretKeyLength: secretKeyLength,
nonceLength: nonceLength,
);
}
A factory used by AesGcm.
@override
AesGcm aesGcm({int secretKeyLength = 32, int nonceLength = 12}) {
return fallback.aesGcm(
secretKeyLength: secretKeyLength,
nonceLength: nonceLength,
);
}