public interface OptionRunAsyncEnabled
Modifier and Type | Method and Description |
---|---|
boolean |
isRunAsyncEnabled()
Returns true if the compiler should code-split at runAsync boundaries.
|
void |
setRunAsyncEnabled(boolean enabled)
Sets whether or not the compiler should code-split at runAsync boundaries.
|
Copyright © 2018. All rights reserved.