mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-07-04 13:27:55 +08:00
docs: correct documented import (#25)
This commit is contained in:
@ -15,7 +15,7 @@ import 'errors.dart';
|
||||
/// Once you call [load], the top-level [env] map is available.
|
||||
/// You may wish to prefix the import.
|
||||
///
|
||||
/// import 'package:dotenv/dotenv.dart' show load, env;
|
||||
/// import 'package:flutter_dotenv/flutter_dotenv.dart' show load, env;
|
||||
///
|
||||
/// void main() {
|
||||
/// load();
|
||||
|
Reference in New Issue
Block a user