Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa9025 commit b51c9f8Copy full SHA for b51c9f8
README.md
@@ -64,6 +64,7 @@ import 'dart:io';
64
import 'package:dart_api_collection/dart_api_collection.dart';
65
66
void main() async {
67
+ApiConfig.printLog = true; // Add log for easy debuging
68
final file = File('video.mp4');
69
final id = await file.id; // Extension on dart:io File, exported by this package
70
0 commit comments