emptyWallet method

Future<CCResult> emptyWallet()

Implementation

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