SocialLoginCallback typedef

SocialLoginCallback = Future<String?> Function()

The result should be the error message. Returning null indicates that the callback succeed.

Implementation

typedef SocialLoginCallback = Future<String?> Function();