getEntrypoint abstract method
Returns the application entry point file path.
Example:
print('App started from: ${env.getEntrypoint()}');
Implementation
String getEntrypoint();
Returns the application entry point file path.
Example:
print('App started from: ${env.getEntrypoint()}');
String getEntrypoint();