importJsonWebKey static method

Future<AesGcmSecretKey> importJsonWebKey(
  1. Map<String, dynamic> jwk
)

Implementation

static Future<AesGcmSecretKey> importJsonWebKey(Map<String, dynamic> jwk) {
  return impl.aesGcm_importJsonWebKey(jwk);
}