verifyJWT abstract method

Future<bool> verifyJWT(
  1. String jwt
)

Implementation

Future<bool> verifyJWT(String jwt);