Verify the signature of body with key
signature
body
key
return true if the signature is correct false otherwise
true
false
bool verify(JWTKey key, Uint8List body, Uint8List signature);