Sign in
flutter
/
third_party
/
pc-dart
/
refs/heads/master
/
.
/
lib
/
src
/
api
/
signature.dart
blob: 19527ccd6adb85ad0b6ee29157d205fe43c05a07 [
file
] [
log
] [
blame
] [
edit
]
// See file LICENSE for more information.
part of
'../../api.dart'
;
/// An interface for signatures created by a [Signer]
abstract
class
Signature
{}