testFunction function

String? testFunction()

Implementation

String? testFunction() {
  final name = dotenv.env["VARIABLE_NAME"];
  return name;
}