call abstract method

Future<User?> call({
  1. String? user,
})

Implementation

Future<User?> call({String? user});