AuthWrapper constructor

const AuthWrapper({
  1. Key? key,
  2. required Map<String, String> env,
})

Implementation

const AuthWrapper({super.key, required this.env});