SmartCardEmulation.enable
Enables the |SmartCardEmulation| domain.
{ "id": 1, "method": "SmartCardEmulation.enable" }
{ "id": 1, "result": {} }
const result = await send('SmartCardEmulation.enable'); console.log(result);