(screenName string, shouldSwitch []string)
| 113 | func (e *EmptyNativeInterface) UpdateLabelAndChangeVisibility(objName string, newText string) {} |
| 114 | |
| 115 | func (e *EmptyNativeInterface) SwitchToScreenIf(screenName string, shouldSwitch []string) {} |
| 116 | |
| 117 | func (e *EmptyNativeInterface) SwitchToScreenIfDifferent(screenName string) {} |
| 118 |
nothing calls this directly
no outgoing calls
no test coverage detected