getTokenThreshold method

Future<CCResult> getTokenThreshold()

Implementation

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