signFile method
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,
Подписать файл
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.');
}