checkRegisteredCard method

Future<CCResult> checkRegisteredCard()

Implementation

Future<CCResult> checkRegisteredCard() async {
  return CCResult(status: Status.ERROR, message: "Something went wrong");
}