enable method

Future<void> enable()

Enables the |SmartCardEmulation| domain.

Implementation

Future<void> enable() async {
  await _client.send('SmartCardEmulation.enable');
}