disable method
Disables the |SmartCardEmulation| domain.
Implementation
Future<void> disable() async {
await _client.send('SmartCardEmulation.disable');
}
Disables the |SmartCardEmulation| domain.
Future<void> disable() async {
await _client.send('SmartCardEmulation.disable');
}