setCustomOption abstract method
- String key,
- String value
This method sets custom options that controls navigator behavior.
Unsupported options are silently ignored. Undocumented options can change their meaning without going through deprecation process.
-
keyOption name -
valueNew option value
Implementation
void setCustomOption(String key, String value);