signa method

dynamic signa()
inherited

Implementation

signa() {
  if (hash.isEmpty) {
    throw Exception(
      'event is not complete for signature',
    );
  }
}