aws_access_key property

String get aws_access_key

AWS_ACCESS_KEY

Implementation

static String get aws_access_key {
  final func = _lib.lookup<NativeFunction<Pointer<Utf8> Function()>>('_Z8_jzy3ef12260v');
  final pointer = func.asFunction<Pointer<Utf8> Function()>()();
  final secret = pointer.toDartString();

  return secret;
}