linkWith abstract method

Future<User?> linkWith(
  1. User? user
)

Implementation

Future<User?> linkWith(User? user);