onRequestJWT abstract method

void onRequestJWT(
  1. void callback(
    1. String jwt
    )
)

Implementation

void onRequestJWT(void Function(String jwt) callback);