appServiceSign method
Implementation
@override
Future<ApperviceSignResponse> appServiceSign(
{required String message, required String address}) async {
final response =
await super.appServiceSign(message: message, address: address);
return response;
}