kemApiV3DevicesIdSignaturesPost method
Upload signature file to Blob Storage. Update DB with file name and email. @param id
Implementation
Future<chopper.Response> kemApiV3DevicesIdSignaturesPost({
required int? id,
List<int>? file,
String? email,
dynamic action,
String? firstName,
String? lastName,
}) {
return _kemApiV3DevicesIdSignaturesPost(
id: id,
file: file,
email: email,
action: action,
firstName: firstName,
lastName: lastName);
}