fromProfileFile static method

AwsClientCredentials? fromProfileFile({
  1. String? profile,
})

Implementation

static AwsClientCredentials? fromProfileFile({String? profile}) =>
    CredentialsUtil.fromProfileFile(profile: profile);