setDeviceType static method

Future setDeviceType()

Ingenico setDeviceType Set type of ingenico payment device

Implementation

static Future<dynamic> setDeviceType() async {
  await _channel.invokeMethod('SetDeviceType');
}