vpaul9678
Results
2
issues of
vpaul9678
`library dropdown_formfield; import 'package:flutter/material.dart'; class DropDownFormField extends FormField { final String titleText; final String hintText; final bool required; final String errorText; final dynamic value; final List dataSource; final String textField;...
It works well when I am connecting the socket to the server without token. But it generates an error when i am using socket with token. Here is the code...