login
try {
final u = await VChatController.instance.login(context: context, email: email);
} on VChatSdkException catch (err) {
//handle v chat login exception
rethrow;
}
Note this function throw these exceptions
- User not in v chat database
- No internet connection