menu
flutter_dotenv package
documentation
flutter_dotenv.dart
Parser
swallow method
swallow method
dark_mode
light_mode
swallow
method
String
swallow
(
String
line
)
Omits 'export' keyword.
Implementation
String swallow(String line) => line.replaceAll(_leadingExport, '').trim();
flutter_dotenv package
documentation
flutter_dotenv
Parser
swallow method
Parser class