getEmptySignature static method

String getEmptySignature()

Returns a valid, but empty (all-space) signature.

Implementation

static String getEmptySignature() =>
    String.fromCharCodes(List<int>.filled(requiredSignatureLength, 32));