hackleAppMode method
- @Deprecated('WebView wrapper mode is deprecated. Use the default native mode.')
- HackleAppMode hackleAppMode
Set hackle app mode
Implementation
@Deprecated(
'WebView wrapper mode is deprecated. Use the default native mode.')
HackleConfigBuilder hackleAppMode(HackleAppMode hackleAppMode) {
_hackleAppMode = hackleAppMode;
return this;
}