| 6 | } from './testIDs/Screens/RequestToken.testIds'; |
| 7 | |
| 8 | class SendLinkScreen { |
| 9 | get requestCloseButton() { |
| 10 | return Selectors.getElementByPlatform(PAYMENT_REQUEST_CLOSE_BUTTON); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected