getEntrypoint abstract method

String getEntrypoint()

Returns the application entry point file path.

Example:

print('App started from: ${env.getEntrypoint()}');

Implementation

String getEntrypoint();