signFile method

Future<SuccessSign> signFile({
  1. required File file,
  2. required Certificate certificate,
  3. required String password,
  4. required CAdESFormat format,
  5. bool isDetached = true,
  6. bool disableOnlineValidation = false,
  7. String? tsaUrl,
  8. String? storageName,
})

Подписать файл

Implementation

Future<SuccessSign> signFile({
  required File file,
  required Certificate certificate,
  required String password,
  required CAdESFormat format,
  bool isDetached = true,
  bool disableOnlineValidation = false,
  String? tsaUrl,
  String? storageName,
}) {
  throw UnimplementedError('signFile() has not been implemented.');
}