signInWithCustomJwt method

Future signInWithCustomJwt(
  1. String accessToken
)

Implementation

Future/*<CoreStitchUser>*/ signInWithCustomJwt(String accessToken) async {
  throw UnimplementedError('signInWithCustomJwt() has not been implemented.');
}