toResponse method

  1. @override
SignInWithGoogleJwtResult toResponse(
  1. Map<String, dynamic> json
)
override

Implementation

@override
SignInWithGoogleJwtResult toResponse(Map<String, dynamic> json) =>
    SignInWithGoogleJwtResult.fromJson(json);