Skip to content

detectIntent function ERROR #23

@LEOyrh

Description

@LEOyrh

NoSuchMethodError: The method '[]' was called on null.
I/flutter ( 4808): Receiver: null
I/flutter ( 4808): Tried calling:

above error is thrown when a input is sent through the post request.
var response = await authGoogle.post(_getUrl(),
headers: {
HttpHeaders.authorizationHeader: "Bearer ${authGoogle.getToken}"
},
body: body);

CAN SOMEONE FIX THIS ISSUE OR AT LEAST EXPLAIN THE SOLUTION? I"M WILLING TO LISTEN AND LEARN

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions