isRunningFromDill abstract method
Returns true
if the application is running from a precompiled .dill
file.
Example:
if (env.isRunningFromDill()) {
print('Bootstrapped from dill file');
}
Implementation
bool isRunningFromDill();
Returns true
if the application is running from a precompiled .dill
file.
Example:
if (env.isRunningFromDill()) {
print('Bootstrapped from dill file');
}
bool isRunningFromDill();