signMessage method

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

Подписать сообщение

Implementation

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