* Sets the color of status bar and navigation bar * @param systemBarColor Color of status bar and navigation bar * @param theme Theme as object * @param onSuccess Callback on success * @param onFail Callback on fail
(
systemBarColor: string,
theme: object,
onSuccess: OnSuccessBool,
onFail: OnFail,
)
| 257 | * @param onFail Callback on fail |
| 258 | */ |
| 259 | setUiTheme( |
| 260 | systemBarColor: string, |
| 261 | theme: object, |
| 262 | onSuccess: OnSuccessBool, |
no outgoing calls
no test coverage detected