Skip to main content

login

try {
final u = await VChatController.instance.login(context: context, email: email);
} on VChatSdkException catch (err) {
//handle v chat login exception
rethrow;
}

Example

Note this function throw these exceptions

  • User not in v chat database
  • No internet connection