signInWithCustomToken abstract method

Future<AuthUser<Y>> signInWithCustomToken({
  1. required String token,
})

Implementation

Future<AuthUser<Y>> signInWithCustomToken({required String token});