Returns the application entry point file path.
Example:
print('App started from: ${env.getEntrypoint()}');
@override String getEntrypoint() => _entrypoint;