Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize() should not be called more than once
Add an assert checking that `FlutterDownloader.initialize()` is not called more than once, because that may end up registering plugins multiple times and crashing the app. Related to fluttercommunity#154.
- Loading branch information