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