menu
hellotesthello package
documentation
test_function.dart
testFunction function
testFunction function
dark_mode
light_mode
testFunction
function
Future
<
String
?
>
testFunction
(
)
Implementation
Future<String?> testFunction() async { final name = dotenv.env["VARIABLE_NAME"]; return name; }
hellotesthello package
documentation
test_function
testFunction function
test_function library