initFinished property
This ensures that we can await the instance of this Reader making it more flexible
Implementation
Future get initFinished => _futureDone;
This ensures that we can await the instance of this Reader making it more flexible
Future get initFinished => _futureDone;