bodyBuilder property
Build the body to send to YOUR backend after Google auth succeeds Receives Google auth data (idToken, accessToken, user info) Must return the body your backend expects
Implementation
final Map<String, dynamic> Function(CkGoogleAuthData data) bodyBuilder;