initCloudWatch method Null safety
Implementation
void initCloudWatch({String? awsAccessKey, String? awsSecretKey, String? awsSessionToken}) {
cloudWatchLogger = CloudWatchHandler(
awsAccessKey: awsAccessKey,
awsSecretKey: awsSecretKey,
awsSessionToken: awsSessionToken,
region: "ap-northeast-2",
);
}