getUserById abstract method

Future<AuthModel?> getUserById(
  1. String id
)

Implementation

Future<AuthModel?> getUserById(String id);