認証用メールリンクの文字列であるかどうか
Future<bool> isSignInWithEmailLink(String str) async => _auth.isSignInWithEmailLink(str);